HomeSort by: relevance | last modified time | path
    Searched refs:getDomTree (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 45 const DominatorTree *getDomTree() const { return DT; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DominanceFrontier.cpp 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
DomPrinter.cpp 102 return &DTWP->getDomTree();
RegionInfo.cpp 126 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 76 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SCCP.cpp 70 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree();
LoopExtractor.cpp 123 return this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 132 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) {
289 DT = &DTWP->getDomTree();
292 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
IndirectBrExpandPass.cpp 99 DTU.emplace(DTWP->getDomTree(), DomTreeUpdater::UpdateStrategy::Lazy);
LiveIntervalCalc.cpp 99 MachineDominatorTree *DomTree = getDomTree();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeCalc.h 170 MachineDominatorTree *getDomTree() { return DomTree; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InstSimplifyPass.cpp 104 &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
LoopRotation.cpp 120 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
LowerConstantIntrinsics.cpp 179 DT = &DTWP->getDomTree();
PartiallyInlineLibCalls.cpp 193 DT = &DTWP->getDomTree();
CallSiteSplitting.cpp 466 auto *CSDTNode = DTU.getDomTree().getNode(CB.getParent());
561 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
DivRemPairs.cpp 370 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
LoopDeletion.cpp 318 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
LoopInstSimplify.cpp 190 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h 289 DominatorTree &getDomTree() { return DT; }
290 const DominatorTree &getDomTree() const { return DT; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 385 *NewPt->getParent()->getParent()).getDomTree();
411 *NewPt->getParent()->getParent()).getDomTree();
504 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DomTreeUpdater.h 228 DominatorTree &getDomTree();
  /src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
SimplifyCFG.cpp 395 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
399 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 257 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();

Completed in 44 milliseconds

1 2 3 4 5 6