Searched defs:domTree (Results 1 – 4 of 4) sorted by relevance
144 auto &domTree = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
163 Graph<ISSABasicBlock> domTree = Dominators.make(prunedCFG, prunedCFG.entry()).dominatorTree(); in computeDerefParamListUsingPDom() local
122 const MachineDomTree &domTree) { in computeMachineUniformityInfo()
1288 Graph *domTree; variable