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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp191 CO_Interf = 2 enumerator in enum:__anon12608::RAGreedy::CutOffStage
2021 CutOffInfo |= CO_Interf;
2225 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf);
2230 else if (CutOffEncountered == CO_Interf)
2234 else if (CutOffEncountered == (CO_Depth | CO_Interf))

Completed in 62 milliseconds