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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp228 CO_Interf = 2 enumerator in enum:__anon3553::RAGreedy::CutOffStage
2523 CutOffInfo |= CO_Interf;
2762 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf);
2767 else if (CutOffEncountered == CO_Interf)
2771 else if (CutOffEncountered == (CO_Depth | CO_Interf))

Completed in 79 milliseconds