Lines Matching refs:MBB
158 MBB = nullptr;
181 const MachineBasicBlock *mbb,
191 MBB = mbb;
229 while (IdxPos != MBB->end() && IdxPos->isDebugValue())
231 if (IdxPos == MBB->end())
232 return LIS->getMBBEndIdx(MBB);
460 if (CurrPos == MBB->begin()) {
474 while (CurrPos != MBB->begin() && CurrPos->isDebugValue());
558 if (CurrPos == MBB->end()) {
618 while (CurrPos != MBB->end() && CurrPos->isDebugValue());