Lines Matching refs:MBBId
1511 unsigned MBBId = MBB->getNumber(); in rewriteInstructionsForSpills() local
1514 DenseMap<unsigned,unsigned>::iterator NVI = MBBVRegsMap.find(MBBId); in rewriteInstructionsForSpills()
1578 SpillIdxes.find(MBBId); in rewriteInstructionsForSpills()
1583 SpillIdxes.insert(std::make_pair(MBBId, S)); in rewriteInstructionsForSpills()
1594 SpillMBBs.set(MBBId); in rewriteInstructionsForSpills()
1602 SpillIdxes.erase(MBBId); in rewriteInstructionsForSpills()
1603 SpillMBBs.reset(MBBId); in rewriteInstructionsForSpills()
1611 SpillIdxes.find(MBBId); in rewriteInstructionsForSpills()
1618 RestoreIdxes.find(MBBId); in rewriteInstructionsForSpills()
1628 RestoreIdxes.insert(std::make_pair(MBBId, Infos)); in rewriteInstructionsForSpills()
1632 RestoreMBBs.set(MBBId); in rewriteInstructionsForSpills()