Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:mbb

209                               const MachineBasicBlock *mbb,
217 MBB = mbb;
263 while (IdxPos != MBB->end() && IdxPos->isDebugValue())
265 if (IdxPos == MBB->end())
266 return LIS->getMBBEndIdx(MBB);
435 if (CurrPos == MBB->begin()) {
449 while (CurrPos != MBB->begin() && CurrPos->isDebugValue());
509 if (CurrPos == MBB->end()) {
569 while (CurrPos != MBB->end() && CurrPos->isDebugValue());