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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp137 LiveRangeStage getStage(const LiveInterval &VirtReg) const { function in class:__anon21176::RAGreedy
539 bool CanSplit = getStage(B) < RS_Spill;
590 if (getStage(*Intf) == RS_Done)
1142 if (getStage(Reg) != RS_New)
1337 if (getStage(LI) == RS_New && IntvMap[i] == 0)
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
1565 bool ProgressRequired = getStage(VirtReg) >= RS_Split2;
1721 if (getStage(VirtReg) >= RS_Spill)
1752 if (getStage(VirtRe
[all...]

Completed in 44 milliseconds