Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2783 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit() local
2784 if (CutOffEncountered == CO_Depth) in selectOrSplit()
2788 else if (CutOffEncountered == CO_Interf) in selectOrSplit()
2792 else if (CutOffEncountered == (CO_Depth | CO_Interf)) in selectOrSplit()