Searched refs:NewVRegs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 378 SmallVectorImpl<unsigned> &NewVRegs); 383 SmallVectorImpl<unsigned> &NewVRegs); 618 SmallVectorImpl<unsigned> &NewVRegs) { in tryAssign() argument 637 evictInterference(VirtReg, Hint, NewVRegs); in tryAssign() 651 unsigned CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost); in tryAssign() 806 SmallVectorImpl<unsigned> &NewVRegs) { in evictInterference() argument 838 NewVRegs.push_back(Intf->reg); in evictInterference() 858 SmallVectorImpl<unsigned> &NewVRegs, in tryEvict() argument 918 evictInterference(VirtReg, BestPhys, NewVRegs); in tryEvict() 1346 SmallVectorImpl<unsigned> &NewVRegs) { in tryRegionSplit() argument [all …]
|
D | RegAllocPBQP.cpp | 606 SmallVector<unsigned, 8> NewVRegs; in initializeGraph() local 607 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in initializeGraph() 608 Worklist.insert(Worklist.end(), NewVRegs.begin(), NewVRegs.end()); in initializeGraph() 685 SmallVector<unsigned, 8> NewVRegs; in mapPBQPToRegAlloc() local 686 spillVReg(VReg, NewVRegs, MF, LIS, VRM, VRegSpiller); in mapPBQPToRegAlloc() 687 AnotherRoundNeeded |= !NewVRegs.empty(); in mapPBQPToRegAlloc()
|