Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp166 RS_Spill, enumerator
700 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
1321 setStage(Reg, RS_Spill); in splitAroundRegion()
1534 setStage(LI, RS_Spill); in tryBlockSplit()
1622 setStage(LREdit.begin(), LREdit.end(), RS_Spill); in tryInstructionSplit()
1945 if (getStage(VirtReg) >= RS_Spill) in trySplit()
2243 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()