Searched refs:getDomTree (Results 1 – 25 of 69) sorted by relevance
123
236 DominatorTree &getDomTree() { return DT; }237 const DominatorTree &getDomTree() const { return DT; }
346 *NewPt->getParent()->getParent()).getDomTree(); in isDominated()371 *NewPt->getParent()->getParent()).getDomTree(); in tryAndMerge()472 *FctToInstPtsIt.first).getDomTree(); in insertDefinitions()
381 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in mergeSExts()
40 Base.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction()
130 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
86 return &DTWP->getDomTree(); in getGraph()
289 getAnalysis<DominatorTreeWrapperPass>().getDomTree(), in runOnFunction()
268 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
267 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in performAnalysis()
45 const DominatorTree *getDomTree() const { return DT; } in getDomTree() function
73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
71 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in INITIALIZE_PASS_DEPENDENCY()
53 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
324 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
46 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
93 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in ExpectPath()
78 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnLoop()
211 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
100 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
258 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
90 DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction()
245 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()
95 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop()
31 &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction()