Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MachineDominatorTree

55 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
61 AU.addRequired<MachineDominatorTree>();
230 LiveIntervals &LIS, MachineDominatorTree &MDT,
249 LiveIntervals &LIS, MachineDominatorTree &MDT,
284 MachineDominatorTree *MDT;
497 LiveIntervals &LIS, MachineDominatorTree &MDT,
632 MachineDominatorTree &MDT,
694 MDT = &pass.getAnalysis<MachineDominatorTree>();