Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MachineDominatorTree

83     MachineDominatorTree *DT;      // Machine dominator tree for the cur loop
140 AU.addRequired<MachineDominatorTree>();
143 AU.addPreserved<MachineDominatorTree>();
244 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
295 DT = &getAnalysis<MachineDominatorTree>();