Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp175 RS_Done enumerator
755 if (getStage(*Intf) == RS_Done) in canEvictInterference()
2018 if ((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
2076 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
2526 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
2548 setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()