Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h208 CO_Interf = 2 enumerator
H A DRegAllocGreedy.cpp2017 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2296 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
2301 else if (CutOffEncountered == CO_Interf) in selectOrSplit()
2305 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()