Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h70 RS_Done enumerator
H A DRegAllocEvictionAdvisor.cpp224 if (RA.getExtraInfo().getStage(*Intf) == RS_Done) in canEvictInterferenceBasedOnCost()
H A DRegAllocGreedy.cpp1895 if (((ExtraInfo->getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
1968 assert((ExtraInfo->getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
2481 if (Stage >= RS_Done || !VirtReg.isSpillable()) { in selectOrSplitImpl()
2502 ExtraInfo->setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp639 if (RA.getExtraInfo().getStage(*Intf) == RS_Done) in loadInterferenceFeatures()