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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp197 LiveRangeStage getStage(const LiveInterval &VirtReg) const { function in class:__anon25792::RAGreedy
652 bool CanSplit = getStage(B) < RS_Spill;
707 if (getStage(*Intf) == RS_Done)
1260 if (getStage(Reg) != RS_New)
1479 if (getStage(LI) == RS_New && IntvMap[i] == 0)
1722 // 1. Allow any split for ranges with getStage() < RS_Split2. (Except for the
1724 // 2. Require progress be made for ranges with getStage() == RS_Split2. All
1732 bool ProgressRequired = getStage(VirtReg) >= RS_Split2;
1888 if (getStage(VirtReg) >= RS_Spill)
1919 if (getStage(VirtRe
[all...]

Completed in 3920 milliseconds