Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MachineDominatorTree

476       AU.addRequired<MachineDominatorTree>();
477 AU.addPreserved<MachineDominatorTree>();
529 MachineDominatorTree *MDT;
1491 MDT = &getAnalysis<MachineDominatorTree>();
1597 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)