/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 62 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT, in processInstruction() 173 DominatorTree &DT, in blockDominatesAnExit() 183 bool llvm::formLCSSA(Loop &L, DominatorTree &DT, ScalarEvolution *SE) { in formLCSSA() 231 bool llvm::formLCSSARecursively(Loop &L, DominatorTree &DT, in formLCSSARecursively() 251 DominatorTree *DT; member 299 static void verifyLoop(Loop &L, DominatorTree &DT) { in verifyLoop()
|
D | LoopSimplify.cpp | 212 DominatorTree *DT) { in findPHIToPartitionLoops() 254 AliasAnalysis *AA, DominatorTree *DT, in separateNestedLoop() 358 DominatorTree *DT, LoopInfo *LI) { in insertUniqueBackedgeBlock() 476 AliasAnalysis *AA, DominatorTree *DT, LoopInfo *LI, in simplifyOneLoop() 713 bool llvm::simplifyLoop(Loop *L, DominatorTree *DT, LoopInfo *LI, Pass *PP, in simplifyLoop() 748 DominatorTree *DT; member
|
D | Mem2Reg.cpp | 65 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in INITIALIZE_PASS_DEPENDENCY() local
|
D | SimplifyInstructions.cpp | 51 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction() local
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 82 static bool EvaluateDefined(PPValue &Result, Token &PeekTok, DefinedTracker &DT, in EvaluateDefined() argument 169 static bool EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT, in EvaluateValue() 497 DefinedTracker DT; in EvaluateDirectiveSubExpr() local 694 DefinedTracker DT; in EvaluateDirectiveSubExpr() local 757 DefinedTracker DT; in EvaluateDirectiveExpression() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 47 const DominatorTree *DT; member 93 static bool ValueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in ValueDominatesPHI() 578 const DominatorTree *DT) { in SimplifyAddInst() 772 const DominatorTree *DT) { in SimplifySubInst() 950 const DominatorTree *DT) { in SimplifyFAddInst() 956 const DominatorTree *DT) { in SimplifyFSubInst() 964 const DominatorTree *DT) { in SimplifyFMulInst() 970 const DominatorTree *DT) { in SimplifyMulInst() 1058 const DominatorTree *DT) { in SimplifySDivInst() 1074 const DominatorTree *DT) { in SimplifyUDivInst() [all …]
|
D | CFG.cpp | 131 const DominatorTree *DT, in isPotentiallyReachableInner() 175 const DominatorTree *DT, const LoopInfo *LI) { in isPotentiallyReachable() 187 const DominatorTree *DT, const LoopInfo *LI) { in isPotentiallyReachable()
|
D | PHITransAddr.cpp | 147 const DominatorTree *DT) { in PHITranslateSubExpr() 320 const DominatorTree *DT) { in PHITranslateValue() 344 const DominatorTree &DT, in PHITranslateWithInsertion() 368 BasicBlock *PredBB, const DominatorTree &DT, in InsertPHITranslatedSubExpr()
|
D | ScalarEvolutionNormalization.cpp | 30 const Loop *L, DominatorTree *DT) { in IVUseShouldUsePostIncValue() 71 DominatorTree &DT; member in __anon6daa7a9e0111::PostIncTransform 251 DominatorTree &DT) { in TransformForPostIncUse()
|
D | DominanceFrontier.cpp | 40 DominanceFrontier::calculate(const DominatorTree &DT, in calculate()
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 34 unsigned DFSPass(DominatorTreeBase<typename GraphT::NodeType>& DT, in DFSPass() 108 Eval(DominatorTreeBase<typename GraphT::NodeType>& DT, in Eval() 151 void Calculate(DominatorTreeBase<typename GraphTraits<NodeT>::NodeType>& DT, in Calculate()
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 68 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT, in DirectoryLookup() 78 DirectoryLookup(const HeaderMap *map, SrcMgr::CharacteristicKind DT, in DirectoryLookup()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 48 DominatorTree *const DT; variable
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 350 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated() local 376 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge() local 479 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in insertDefinitions() local
|
D | AArch64CleanupLocalDynamicTLSPass.cpp | 48 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() local
|
/external/llvm/include/llvm/CodeGen/ |
D | StackProtector.h | 61 DominatorTree *DT; variable
|
D | MachineDominators.h | 43 DominatorTreeBase<MachineBasicBlock>* DT; variable
|
/external/llvm/include/llvm/Analysis/ |
D | RegionInfo.h | 221 DominatorTree *DT; variable 610 DominatorTree *DT; variable
|
D | PostDominators.h | 26 DominatorTreeBase<BasicBlock>* DT; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 74 DominatorTree *DT; member in __anon96a4269d0111::IndVarSimplify 195 DominatorTree *DT) { in getInsertPointForUses() 719 DominatorTree *DT; member in __anon96a4269d0311::WidenIV 769 static bool isLoopInvariant(Value *V, const Loop *L, const DominatorTree *DT) { in isLoopInvariant() 903 static void truncateIVUse(NarrowIVDefUse DU, DominatorTree *DT) { in truncateIVUse() 1284 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() 1336 static bool needsLFTR(Loop *L, DominatorTree *DT) { in needsLFTR() 1444 ScalarEvolution *SE, DominatorTree *DT, const DataLayout *DL) { in FindLoopCounter()
|
D | LoopRotation.cpp | 463 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop() local 518 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop() local
|
D | LoopInstSimplify.cpp | 74 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | Dominators.h | 48 delete DT; in ~DominatorTree() local
|
/external/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 29 DominatorTree *DT = in runOnFunction() local
|
/external/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 122 DominatorTree DT; in unswitchFunction() local
|