Lines Matching refs:RestoreIdxes
1430 DenseMap<unsigned, std::vector<SRInfo> > &RestoreIdxes, in rewriteInstructionsForSpills()
1618 RestoreIdxes.find(MBBId); in rewriteInstructionsForSpills()
1619 if (RII != RestoreIdxes.end() && RII->second.back().vreg == NewVReg) in rewriteInstructionsForSpills()
1625 if (RII == RestoreIdxes.end()) { in rewriteInstructionsForSpills()
1628 RestoreIdxes.insert(std::make_pair(MBBId, Infos)); in rewriteInstructionsForSpills()
1650 DenseMap<unsigned,std::vector<SRInfo> > &RestoreIdxes) { in alsoFoldARestore()
1653 std::vector<SRInfo> &Restores = RestoreIdxes[Id]; in alsoFoldARestore()
1664 DenseMap<unsigned,std::vector<SRInfo> > &RestoreIdxes) { in eraseRestoreInfo()
1667 std::vector<SRInfo> &Restores = RestoreIdxes[Id]; in eraseRestoreInfo()
1755 DenseMap<unsigned, std::vector<SRInfo> > RestoreIdxes; 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()
1964 std::vector<SRInfo> &restores = RestoreIdxes[Id]; in addIntervalsForSpills()