Searched refs:RS_Spill (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp158 RS_Spill, enumerator in enum:__anon25792::RAGreedy::LiveRangeStage
392 "RS_Spill",
652 bool CanSplit = getStage(B) < RS_Spill;
1266 setStage(Reg, RS_Spill);
1480 setStage(LI, RS_Spill);
1566 // Assign all new registers to RS_Spill. This was the last chance.
1567 setStage(LREdit.begin(), LREdit.end(), RS_Spill);
1888 if (getStage(VirtReg) >= RS_Spill)
2185 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) {

Completed in 340 milliseconds