Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1693 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
1789 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
1957 CutOffInfo = CO_None; in selectOrSplit()
1963 if (Reg == ~0U && (CutOffInfo != CO_None)) { in selectOrSplit()
1964 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
H A DRegAllocGreedy.h197 uint8_t CutOffInfo; variable