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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp179 uint8_t CutOffInfo; member in class:__anon25792::RAGreedy
1954 CutOffInfo |= CO_Interf;
2027 CutOffInfo |= CO_Depth;
2152 CutOffInfo = CO_None;
2156 if (Reg == ~0U && (CutOffInfo != CO_None)) {
2157 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf);

Completed in 71 milliseconds