Lines Matching refs:RestoreMBBs
1429 BitVector &RestoreMBBs, in rewriteInstructionsForSpills() argument
1632 RestoreMBBs.set(MBBId); in rewriteInstructionsForSpills()
1649 unsigned vr, BitVector &RestoreMBBs, in alsoFoldARestore() argument
1651 if (!RestoreMBBs[Id]) in alsoFoldARestore()
1663 unsigned vr, BitVector &RestoreMBBs, in eraseRestoreInfo() argument
1665 if (!RestoreMBBs[Id]) in eraseRestoreInfo()
1754 BitVector RestoreMBBs(mf_->getNumBlockIDs()); in addIntervalsForSpills() local
1804 SpillMBBs, SpillIdxes, RestoreMBBs, RestoreIdxes, in addIntervalsForSpills()
1810 SpillMBBs, SpillIdxes, RestoreMBBs, RestoreIdxes, in addIntervalsForSpills()
1885 SpillMBBs, SpillIdxes, RestoreMBBs, RestoreIdxes, in addIntervalsForSpills()
1923 RestoreMBBs, RestoreIdxes))) { in addIntervalsForSpills()
1940 eraseRestoreInfo(Id, index, VReg, RestoreMBBs, RestoreIdxes); in addIntervalsForSpills()
1962 int Id = RestoreMBBs.find_first(); in addIntervalsForSpills()
2025 Id = RestoreMBBs.find_next(Id); in addIntervalsForSpills()