Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:dominates

85   /// dominates - Return true if current scope dominates at least one machine
87 bool dominates(MachineBasicBlock *MBB) {
90 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
544 if (UVS.dominates(MBB))