Searched refs:UnhandledPrecolored (Results 1 – 2 of 2) sorted by relevance
117 UnhandledPrecolored.reserve(Vars.size()); in initForGlobal()136 UnhandledPrecolored.push_back(Var); in initForGlobal()246 UnhandledPrecolored.reserve(NumVars); in initForInfOnly()263 UnhandledPrecolored.push_back(Var); in initForInfOnly()307 UnhandledPrecolored.reserve(Vars.size()); in initForSecondChance()315 UnhandledPrecolored.push_back(Var); in initForSecondChance()328 UnhandledPrecolored.clear(); in init()372 std::sort(UnhandledPrecolored.rbegin(), UnhandledPrecolored.rend(), in init()597 for (Variable *Item : reverse_range(UnhandledPrecolored)) { in filterFreeWithPrecoloredRanges()631 assert(!UnhandledPrecolored.empty()); in allocatePrecoloredRegister()[all …]
122 OrderedRanges UnhandledPrecolored; variable