Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp237 uint8_t CutOffInfo; member in __anon4935e8a80111::RAGreedy
2541 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2618 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2775 CutOffInfo = CO_None; in selectOrSplit()
2779 if (Reg == ~0U && (CutOffInfo != CO_None)) { in selectOrSplit()
2780 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()