Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MBBEnd

1732   SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB);
1734 // Scan Other.LI from VNI.def to MBBEnd.
1741 if (End >= MBBEnd) {
1755 if (++OtherI == Other.LI.end() || OtherI->start >= MBBEnd)