Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp220 RS_Done enumerator
912 if (getStage(*Intf) == RS_Done) in canEvictInterference()
990 if (getStage(*Intf) == RS_Done) in canEvictInterferenceInRange()
2550 if (((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
2610 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
3109 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
3127 setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()