/external/llvm/include/llvm/Transforms/Utils/ |
D | PromoteMemToReg.h | 23 class DominatorTree; variable
|
D | FunctionUtils.h | 22 class DominatorTree; variable
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 25 class DominatorTree; variable
|
D | ScalarEvolutionNormalization.h | 44 class DominatorTree; variable
|
D | ScalarEvolution.h | 40 class DominatorTree; variable
|
D | PHITransAddr.h | 21 class DominatorTree; variable
|
D | IVUsers.h | 24 class DominatorTree; variable
|
D | MemoryDependenceAnalysis.h | 35 class DominatorTree; variable
|
D | ScalarEvolutionExpressions.h | 23 class DominatorTree; variable
|
D | Dominators.h | 717 DominatorTree() : FunctionPass(ID) { in DominatorTree() function
|
D | LoopInfo.h | 55 class DominatorTree; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | Mem2Reg.cpp | 53 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LCSSA.cpp | 93 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
/external/clang/include/clang/Analysis/Analyses/ |
D | Dominators.h | 38 DominatorTree() { in DominatorTree() function
|
/external/llvm/unittests/VMCore/ |
D | DominatorTreeTest.cpp | 183 TEST(DominatorTree, Unreachable) { in TEST() argument
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 62 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | EarlyCSE.cpp | 347 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | DeadStoreElimination.cpp | 90 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LICM.cpp | 184 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | MemCpyOptimizer.cpp | 353 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | IndVarSimplify.cpp | 120 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | ScalarReplAggregates.cpp | 201 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopStrengthReduce.cpp | 4698 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 44 INITIALIZE_PASS_DEPENDENCY(DominatorTree) in INITIALIZE_PASS_DEPENDENCY() argument
|