Lines Matching defs:HoistSpillHelper
78 class HoistSpillHelper : private LiveRangeEdit::Delegate {
130 HoistSpillHelper(const Spiller::RequiredAnalyses &Analyses,
178 HoistSpillHelper HSpiller;
1317 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot,
1336 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill,
1349 bool HoistSpillHelper::isSpillCandBB(LiveInterval &OrigLI, VNInfo &OrigVNI,
1377 void HoistSpillHelper::rmRedundantSpills(
1409 void HoistSpillHelper::getVisitOrders(
1493 void HoistSpillHelper::runHoistSpills(
1628 void HoistSpillHelper::hoistAllSpills() {
1709 void HoistSpillHelper::LRE_DidCloneVirtReg(Register New, Register Old) {