Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1880 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
1976 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2144 CutOffInfo = CO_None; in selectOrSplit()
2150 if (Reg == ~0U && (CutOffInfo != CO_None)) { in selectOrSplit()
2151 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
H A DRegAllocGreedy.h205 uint8_t CutOffInfo = CutOffStage::CO_None; variable