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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp113 RS_Split2, enumerator in enum:__anon21197::RAGreedy::LiveRangeStage
294 "RS_Split2",
1159 setStage(Reg, RS_Split2);
1555 // 1. Allow any split for ranges with getStage() < RS_Split2. (Except for the
1557 // 2. Require progress be made for ranges with getStage() == RS_Split2. All
1559 // 3. New ranges with the same number of instructions are marked RS_Split2,
1565 bool ProgressRequired = getStage(VirtReg) >= RS_Split2;
1691 // RS_Split2 so the next split will be forced to make progress. Otherwise,
1701 setStage(*LREdit.get(i), RS_Split2);
1749 // First try to split around a region spanning multiple blocks. RS_Split2
[all...]

Completed in 136 milliseconds