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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp146 /// Only attempt assignment and eviction. Then requeue as RS_Split.
150 RS_Split, enumerator in enum:__anon25792::RAGreedy::LiveRangeStage
390 "RS_Split",
509 if (ExtraRegInfo[Reg].Stage == RS_Split) {
540 // Mark a higher bit to prioritize global and local above RS_Split.
2197 if (getStage(VirtReg) < RS_Split) {
2274 // queue. The RS_Split ranges already failed to do this, and they should not
2276 if (Stage != RS_Split)
2285 if (Stage < RS_Split) {
2286 setStage(VirtReg, RS_Split);
[all...]

Completed in 3748 milliseconds