• Home
  • Raw
  • Download

Lines Matching refs:SRInfo

1428                     DenseMap<unsigned, std::vector<SRInfo> > &SpillIdxes,  in rewriteInstructionsForSpills()
1430 DenseMap<unsigned, std::vector<SRInfo> > &RestoreIdxes, in rewriteInstructionsForSpills()
1577 DenseMap<unsigned, std::vector<SRInfo> >::iterator SII = in rewriteInstructionsForSpills()
1581 std::vector<SRInfo> S; in rewriteInstructionsForSpills()
1582 S.push_back(SRInfo(index, NewVReg, true)); in rewriteInstructionsForSpills()
1585 SII->second.push_back(SRInfo(index, NewVReg, true)); in rewriteInstructionsForSpills()
1590 SRInfo &Info = SII->second.back(); in rewriteInstructionsForSpills()
1610 DenseMap<unsigned, std::vector<SRInfo> >::iterator SII = in rewriteInstructionsForSpills()
1617 DenseMap<unsigned, std::vector<SRInfo> >::iterator RII = in rewriteInstructionsForSpills()
1626 std::vector<SRInfo> Infos; in rewriteInstructionsForSpills()
1627 Infos.push_back(SRInfo(index, NewVReg, true)); in rewriteInstructionsForSpills()
1630 RII->second.push_back(SRInfo(index, NewVReg, true)); 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()
1753 DenseMap<unsigned, std::vector<SRInfo> > SpillIdxes; in addIntervalsForSpills()
1755 DenseMap<unsigned, std::vector<SRInfo> > RestoreIdxes; in addIntervalsForSpills()
1901 std::vector<SRInfo> &spills = SpillIdxes[Id]; in addIntervalsForSpills()
1964 std::vector<SRInfo> &restores = RestoreIdxes[Id]; in addIntervalsForSpills()