Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h199 CO_Depth = 1, enumerator
H A DRegAllocGreedy.cpp1976 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2151 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
2152 if (CutOffEncountered == CO_Depth) in selectOrSplit()
2160 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()