Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp191 CO_Interf = 2 enumerator
2021 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2225 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
2230 else if (CutOffEncountered == CO_Interf) in selectOrSplit()
2234 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp235 CO_Interf = 2 enumerator
2496 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2734 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
2739 else if (CutOffEncountered == CO_Interf) in selectOrSplit()
2743 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()