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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp176 CO_Interf = 2 enumerator in enum:__anon25792::RAGreedy::CutOffStage
1954 CutOffInfo |= CO_Interf;
2157 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf);
2162 else if (CutOffEncountered == CO_Interf)
2166 else if (CutOffEncountered == (CO_Depth | CO_Interf))

Completed in 64 milliseconds