Searched defs:DTWP (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp49 const DominatorTreeWrapperPass *DTWP = variable
51 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
/external/llvm/lib/Analysis/
H A DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { argument
86 return &DTWP->getDomTree();
H A DMemoryDependenceAnalysis.cpp93 DominatorTreeWrapperPass *DTWP = local
95 DT = DTWP ? &DTWP->getDomTree() : nullptr;
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp85 DominatorTreeWrapperPass *DTWP = local
87 DT = DTWP ? &DTWP->getDomTree() : nullptr;
H A DCodeGenPrepare.cpp173 DominatorTreeWrapperPass *DTWP = local
175 DT = DTWP ? &DTWP->getDomTree() : nullptr;
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp381 DominatorTreeWrapperPass *DTWP = local
383 DT = DTWP ? &DTWP->getDomTree() : nullptr;
H A DSROA.cpp3619 DominatorTreeWrapperPass *DTWP = local
3621 DT = DTWP ? &DTWP->getDomTree() : nullptr;

Completed in 1335 milliseconds