Lines Matching defs:VRegSpiller
165 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller);
170 Spiller &VRegSpiller);
177 Spiller &VRegSpiller);
184 void postOptimization(Spiller &VRegSpiller, LiveIntervals &LIS);
591 Spiller &VRegSpiller) {
654 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller);
693 VirtRegMap &VRM, Spiller &VRegSpiller) {
697 VRegSpiller.spill(LRE);
719 Spiller &VRegSpiller) {
747 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller);
783 void RegAllocPBQP::postOptimization(Spiller &VRegSpiller, LiveIntervals &LIS) {
784 VRegSpiller.postOptimization();
810 std::unique_ptr<Spiller> VRegSpiller(
854 initializeGraph(G, VRM, *VRegSpiller);
872 PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller);
879 postOptimization(*VRegSpiller, LIS);