Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp197 LiveRangeStage getStage(const LiveInterval &VirtReg) const { in getStage() function in __anon4e4d313f0111::RAGreedy
677 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
732 if (getStage(*Intf) == RS_Done) in canEvictInterference()
1283 if (getStage(Reg) != RS_New) in splitAroundRegion()
1502 if (getStage(LI) == RS_New && IntvMap[i] == 0) in tryBlockSplit()
1756 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit()
1914 if (getStage(VirtReg) >= RS_Spill) in trySplit()
1945 if (getStage(VirtReg) < RS_Split2) { in trySplit()
1987 if ((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
2045 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
[all …]