Home
last modified time | relevance | path

Searched defs:DT (Results 1 – 25 of 93) sorted by relevance

1234

/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp62 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()
DLoopSimplify.cpp212 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
DMem2Reg.cpp65 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in INITIALIZE_PASS_DEPENDENCY() local
DSimplifyInstructions.cpp51 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction() local
/external/clang/lib/Lex/
DPPExpressions.cpp82 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/
DInstructionSimplify.cpp47 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 …]
DCFG.cpp131 const DominatorTree *DT, in isPotentiallyReachableInner()
175 const DominatorTree *DT, const LoopInfo *LI) { in isPotentiallyReachable()
187 const DominatorTree *DT, const LoopInfo *LI) { in isPotentiallyReachable()
DPHITransAddr.cpp147 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()
DScalarEvolutionNormalization.cpp30 const Loop *L, DominatorTree *DT) { in IVUseShouldUsePostIncValue()
71 DominatorTree &DT; member in __anon6daa7a9e0111::PostIncTransform
251 DominatorTree &DT) { in TransformForPostIncUse()
DDominanceFrontier.cpp40 DominanceFrontier::calculate(const DominatorTree &DT, in calculate()
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h34 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/
DDirectoryLookup.h68 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/
DCodeExtractor.h48 DominatorTree *const DT; variable
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp350 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in isDominated() local
376 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in tryAndMerge() local
479 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>( in insertDefinitions() local
DAArch64CleanupLocalDynamicTLSPass.cpp48 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() local
/external/llvm/include/llvm/CodeGen/
DStackProtector.h61 DominatorTree *DT; variable
DMachineDominators.h43 DominatorTreeBase<MachineBasicBlock>* DT; variable
/external/llvm/include/llvm/Analysis/
DRegionInfo.h221 DominatorTree *DT; variable
610 DominatorTree *DT; variable
DPostDominators.h26 DominatorTreeBase<BasicBlock>* DT; member
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp74 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()
DLoopRotation.cpp463 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop() local
518 DominatorTree &DT = DTWP->getDomTree(); in rotateLoop() local
DLoopInstSimplify.cpp74 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop() local
/external/clang/include/clang/Analysis/Analyses/
DDominators.h48 delete DT; in ~DominatorTree() local
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp29 DominatorTree *DT = in runOnFunction() local
/external/llvm/lib/Transforms/IPO/
DPartialInlining.cpp122 DominatorTree DT; in unswitchFunction() local

1234