Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MachineDominatorTree

75     MachineDominatorTree *DT;      // Machine dominator tree for the cur loop
132 AU.addRequired<MachineDominatorTree>();
135 AU.addPreserved<MachineDominatorTree>();
302 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
352 DT = &getAnalysis<MachineDominatorTree>();