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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp166 RS_Spill, enumerator in enum:__anon12262::RAGreedy::LiveRangeStage
429 "RS_Spill",
700 bool CanSplit = getStage(B) < RS_Spill;
1321 setStage(Reg, RS_Spill);
1534 setStage(LI, RS_Spill);
1621 // Assign all new registers to RS_Spill. This was the last chance.
1622 setStage(LREdit.begin(), LREdit.end(), RS_Spill);
1945 if (getStage(VirtReg) >= RS_Spill)
2243 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) {

Completed in 60 milliseconds