Searched refs:VRegSpiller (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 129 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller); 134 Spiller &VRegSpiller); 141 Spiller &VRegSpiller); 554 Spiller &VRegSpiller) { in initializeGraph() argument 606 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in initializeGraph() 630 VirtRegMap &VRM, Spiller &VRegSpiller) { in spillVReg() argument 634 VRegSpiller.spill(LRE); in spillVReg() 657 Spiller &VRegSpiller) { in mapPBQPToRegAlloc() argument 685 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in mapPBQPToRegAlloc() 732 std::unique_ptr<Spiller> VRegSpiller(createInlineSpiller(*this, MF, VRM)); in runOnMachineFunction() local [all …]
|