Searched refs:VRegSpiller (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 130 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller); 135 Spiller &VRegSpiller); 142 Spiller &VRegSpiller); 555 Spiller &VRegSpiller) { in initializeGraph() argument 607 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in initializeGraph() 631 VirtRegMap &VRM, Spiller &VRegSpiller) { in spillVReg() argument 635 VRegSpiller.spill(LRE); in spillVReg() 658 Spiller &VRegSpiller) { in mapPBQPToRegAlloc() argument 686 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in mapPBQPToRegAlloc() 733 std::unique_ptr<Spiller> VRegSpiller(createInlineSpiller(*this, MF, VRM)); in runOnMachineFunction() local [all …]
|