Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp188 CO_Depth = 1, enumerator
2094 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2225 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
2226 if (CutOffEncountered == CO_Depth) in selectOrSplit()
2234 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp232 CO_Depth = 1, enumerator
2573 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2734 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
2735 if (CutOffEncountered == CO_Depth) in selectOrSplit()
2743 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()