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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp202 RS_Split2, enumerator in enum:__anon3553::RAGreedy::LiveRangeStage
579 "RS_Split2",
1798 setStage(Reg, RS_Split2);
2278 // 1. Allow any split for ranges with getStage() < RS_Split2. (Except for the
2280 // 2. Require progress be made for ranges with getStage() == RS_Split2. All
2282 // 3. New ranges with the same number of instructions are marked RS_Split2,
2288 bool ProgressRequired = getStage(VirtReg) >= RS_Split2;
2415 // RS_Split2 so the next split will be forced to make progress. Otherwise,
2425 setStage(LIS->getInterval(LREdit.get(i)), RS_Split2);
2476 // First try to split around a region spanning multiple blocks. RS_Split2
[all...]

Completed in 110 milliseconds