Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:mbb

45   // Iterate over all MBBs, and within each MBB all MIs, keeping the MI
59 "Index -> MBB mapping non-empty at initial numbering?");
61 "MBB -> Index mapping non-empty at initial numbering?");
75 MachineBasicBlock *mbb = &*mbbItr;
77 // Insert an index for the MBB start.
80 for (MachineBasicBlock::iterator miItr = mbb->begin(), miEnd = mbb->end();
99 MBBRanges[mbb->getNumber()].first = blockStartIndex;
100 MBBRanges[mbb->getNumber()].second = SlotIndex(&indexList.back(),
102 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, mbb));