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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp194 uint8_t CutOffInfo; member in class:__anon12608::RAGreedy
2021 CutOffInfo |= CO_Interf;
2094 CutOffInfo |= CO_Depth;
2220 CutOffInfo = CO_None;
2224 if (Reg == ~0U && (CutOffInfo != CO_None)) {
2225 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf);

Completed in 110 milliseconds