Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp194 uint8_t CutOffInfo; member in __anon4e4d313f0111::RAGreedy
2021 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2094 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2220 CutOffInfo = CO_None; in selectOrSplit()
2224 if (Reg == ~0U && (CutOffInfo != CO_None)) { in selectOrSplit()
2225 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp238 uint8_t CutOffInfo; member in __anondab441770111::RAGreedy
2496 CutOffInfo |= CO_Interf; in mayRecolorAllInterferences()
2573 CutOffInfo |= CO_Depth; in tryLastChanceRecoloring()
2729 CutOffInfo = CO_None; in selectOrSplit()
2733 if (Reg == ~0U && (CutOffInfo != CO_None)) { in selectOrSplit()
2734 uint8_t CutOffEncountered = CutOffInfo & (CO_Depth | CO_Interf); in selectOrSplit()