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()),
665 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
374 DominatorTree &getDT(Function &F) { in getDT() function in __anon7f6d13e30111::CodeGenPrepare1375 auto &DT = getDT(*BO->getParent()->getParent()); in replaceMathCmpWithIntrinsic()5163 return this->getDT(*F); in optimizeMemoryInst()5798 if (getDT(F).dominates(Inst, Pt)) { in mergeSExts()5807 if (!getDT(F).dominates(Pt, Inst)) in mergeSExts()