Lines Matching refs:mbb
476 SlotIndex getMBBStartIdx(const MachineBasicBlock *mbb) const {
477 return getMBBRange(mbb).first;
486 SlotIndex getMBBEndIdx(const MachineBasicBlock *mbb) const {
487 return getMBBRange(mbb).second;
615 void insertMBBInMaps(MachineBasicBlock *mbb) {
616 assert(mbb != &mbb->getParent()->front() &&
618 auto prevMBB = std::prev(MachineFunction::iterator(mbb));
625 mbb->empty() ? endEntry
626 : getInstructionIndex(mbb->front()).listEntry();
635 assert(unsigned(mbb->getNumber()) == MBBRanges.size() &&
638 idx2MBBMap.push_back(IdxMBBPair(startIdx, mbb));