Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2225 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit() local
2226 if (CutOffEncountered == CO_Depth) 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.cpp2734 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit() local
2735 if (CutOffEncountered == CO_Depth) in selectOrSplit()
2739 else if (CutOffEncountered == CO_Interf) in selectOrSplit()
2743 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()