Searched refs:getDT (Results 1 – 4 of 4) sorted by relevance
28 CopyPropagation(DataFlowGraph &dfg) : MDT(dfg.getDT()), DFG(dfg), in CopyPropagation()
80 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()),
669 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
408 DominatorTree &getDT(Function &F) { in getDT() function in __anon7418ce250111::CodeGenPrepare1483 auto &DT = getDT(*BO->getParent()->getParent()); in replaceMathCmpWithIntrinsic()5269 return this->getDT(*F); in optimizeMemoryInst()5934 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts()5943 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts()8233 getDT(*BB.getParent()); in optimizeBlock()