Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp192 uint8_t CutOffInfo; member in __anon4e4d313f0111::RAGreedy
2011 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2084 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2210 CutOffInfo = CO_None; in selectOrSplit()
2214 if (Reg == ~0U && (CutOffInfo != CO_None)) { in selectOrSplit()
2215 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()