Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:MBBEnd

2187   SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB);
2189 // Scan Other.LR from VNI.def to MBBEnd.
2196 if (End >= MBBEnd) {
2210 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd)