Lines Matching refs:MachineDominatorTree
127 MachineDominatorTree *DT; // Machine dominator tree141 AU.addRequired<MachineDominatorTree>();142 AU.addPreserved<MachineDominatorTree>();399 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)1489 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr;