|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/InitializePasses.h 132 void initializeDominatorTreeWrapperPassPass(PassRegistry&);
References
include/llvm/IR/Dominators.h 266 initializeDominatorTreeWrapperPassPass(*PassRegistry::getPassRegistry());
lib/Analysis/BasicAliasAnalysis.cpp 2062 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/DemandedBits.cpp 61 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/DominanceFrontier.cpp 34 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/IVUsers.cpp 49 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/LegacyDivergenceAnalysis.cpp 286 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/Lint.cpp 190 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/LoopAccessAnalysis.cpp 2447 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/LoopInfo.cpp 1057 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/MemoryDependenceAnalysis.cpp 1768 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/MemorySSA.cpp 63 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/MustExecute.cpp 330 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
344 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/RegionInfo.cpp 165 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Analysis/ScalarEvolution.cpp12023 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/CodeGen/DwarfEHPrepare.cpp 85 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/CodeGen/HardwareLoops.cpp 458 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/CodeGen/InterleavedAccessPass.cpp 129 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/CodeGen/InterleavedLoadCombinePass.cpp 1348 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/IR/Core.cpp 47 initializeDominatorTreeWrapperPassPass(Registry);
lib/IR/SafepointIRVerifier.cpp 249 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Target/AArch64/AArch64PromoteConstant.cpp 230 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp 85 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp 128 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Target/Hexagon/HexagonCommonGEP.cpp 167 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Target/Hexagon/HexagonGenExtract.cpp 90 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 262 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp 397 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/IPO/GlobalOpt.cpp 3040 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/IPO/LoopExtractor.cpp 64 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/IPO/SCCP.cpp 85 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/IPO/WholeProgramDevirt.cpp 673 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/InstCombine/InstructionCombining.cpp 3628 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Instrumentation/ControlHeightReduction.cpp 130 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 939 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/ObjCARC/ObjCARCContract.cpp 757 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp 77 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/CallSiteSplitting.cpp 578 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/ConstantHoisting.cpp 131 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp 115 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/DeadStoreElimination.cpp 1388 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/DivRemPairs.cpp 352 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/EarlyCSE.cpp 1401 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
1422 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/GVN.cpp 2704 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/GVNHoist.cpp 1199 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/GVNSink.cpp 924 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/GuardWidening.cpp 920 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
931 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/InstSimplifyPass.cpp 119 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/JumpThreading.cpp 159 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/LoopDistribute.cpp 1083 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/LoopFuse.cpp 1629 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/LoopLoadElimination.cpp 678 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/LoopStrengthReduce.cpp 5768 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/LoopVersioningLICM.cpp 629 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/MemCpyOptimizer.cpp 292 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/NaryReassociate.cpp 155 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/NewGVN.cpp 4215 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/PlaceSafepoints.cpp 608 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 224 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/SROA.cpp 4655 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp 469 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp 2984 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/Sink.cpp 299 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp 249 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Scalar/StructurizeCFG.cpp 295 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Utils/LCSSA.cpp 460 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Utils/LoopSimplify.cpp 785 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Utils/LoopUtils.cpp 187 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Utils/LoopVersioning.cpp 318 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Utils/Mem2Reg.cpp 108 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Utils/PredicateInfo.cpp 45 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp 238 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
lib/Transforms/Vectorize/LoopVectorize.cpp 6331 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
tools/polly/lib/Analysis/ScopDetection.cpp 1929 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass);
tools/polly/lib/Analysis/ScopInfo.cpp 2713 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass);
2844 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass);
tools/polly/lib/CodeGen/CodeGeneration.cpp 378 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass);
unittests/Analysis/CFGTest.cpp 84 initializeDominatorTreeWrapperPassPass(
unittests/Analysis/UnrollAnalyzerTest.cpp 325 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)