Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp231 CO_Depth = 1, enumerator
2618 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2780 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
2781 if (CutOffEncountered == CO_Depth) in selectOrSplit()
2789 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()