Searched refs:getDomTree (Results 1 - 25 of 53) sorted by relevance

123

/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h45 const DominatorTree *getDomTree() const { return DT; } function in class:llvm::IVVisitor
/external/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp65 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
H A DSimplifyInstructions.cpp51 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
H A DBreakCriticalEdges.cpp215 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
H A DLCSSA.cpp289 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
H A DBasicBlockUtils.cpp172 DominatorTree &DT = DTWP->getDomTree();
287 DominatorTree &DT = DTWP->getDomTree();
345 DTWP->getDomTree().splitBlock(NewBB);
H A DLoopUnroll.cpp441 DT = &DTWP->getDomTree();
H A DSimplifyIndVar.cpp413 UseInst = splitOverflowIntrinsic(UseInst, V->getDomTree());
/external/llvm/include/llvm/IR/
H A DDominators.h168 DominatorTree &getDomTree() { return DT; } function in class:llvm::DominatorTreeWrapperPass
169 const DominatorTree &getDomTree() const { return DT; } function in class:llvm::DominatorTreeWrapperPass
/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp351 *NewPt->getParent()->getParent()).getDomTree();
377 *NewPt->getParent()->getParent()).getDomTree();
480 *FctToInstPtsIt->first).getDomTree();
H A DAArch64AddressTypePromotion.cpp378 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp280 DTWP->getDomTree().eraseNode(Latch);
463 DominatorTree &DT = DTWP->getDomTree();
518 DominatorTree &DT = DTWP->getDomTree();
H A DLoopInstSimplify.cpp74 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
H A DLoopDeletion.cpp209 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
H A DSink.cpp100 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h172 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/Analysis/
H A DDomPrinter.cpp86 return &DTWP->getDomTree();
H A DIVUsers.cpp254 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/unittests/Analysis/
H A DCFGTest.cpp97 &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp94 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp290 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp30 &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
/external/llvm/lib/CodeGen/
H A DGCStrategy.cpp267 DTWP->getDomTree().recalculate(F);
H A DStackProtector.cpp87 DT = DTWP ? &DTWP->getDomTree() : nullptr;
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp327 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();

Completed in 4220 milliseconds

123