Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp179 uint8_t CutOffInfo; member in __anon4e4d313f0111::RAGreedy
1980 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2053 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2178 CutOffInfo = CO_None; in selectOrSplit()
2182 if (Reg == ~0U && (CutOffInfo != CO_None)) { in selectOrSplit()
2183 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()