Home
last modified time | relevance | path

Searched refs:getDomTree (Results 1 – 25 of 174) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDomTreeUpdaterTest.cpp63 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
246 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
279 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
335 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
462 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
509 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
545 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
566 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
635 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
671 ASSERT_TRUE(DTU.getDomTree().verify()); in TEST()
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp364 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()
390 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()
483 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp371 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()
397 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()
490 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in insertDefinitions()
/external/llvm/include/llvm/IR/
DDominators.h240 DominatorTree &getDomTree() { return DT; }
241 const DominatorTree &getDomTree() const { return DT; }
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h43 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h43 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
/external/llvm/lib/Analysis/
DDominanceFrontier.cpp40 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyOptimizeReturned.cpp77 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDominators.h264 DominatorTree &getDomTree() { return DT; }
265 const DominatorTree &getDomTree() const { return DT; }
DDomTreeUpdater.h172 DominatorTree &getDomTree();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp90 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
DLoopRotation.cpp83 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
DInstSimplifyPass.cpp100 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DDivRemPairs.cpp182 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DLoopInstSimplify.cpp176 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDominanceFrontier.cpp50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
DRegionInfo.cpp129 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DDomPrinter.cpp102 return &DTWP->getDomTree(); in getGraph()
/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
DSimplifyInstructions.cpp104 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp93 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
DLoopInstSimplify.cpp73 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp96 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()

1234567