Searched refs:RecolorStack (Results 1 – 1 of 1) sorted by relevance
1860 RecoloringStack &RecolorStack, in tryLastChanceRecoloring() argument1867 const ssize_t EntryStackSize = RecolorStack.size(); in tryLastChanceRecoloring()1926 RecolorStack.push_back(std::make_pair(RC, VRM->getPhys(ItVirtReg))); in tryLastChanceRecoloring()1942 FixedRegisters, RecolorStack, Depth)) { in tryLastChanceRecoloring()1975 for (ssize_t I = RecolorStack.size() - 1; I >= EntryStackSize; --I) { in tryLastChanceRecoloring()1978 std::tie(LI, PhysReg) = RecolorStack[I]; in tryLastChanceRecoloring()1984 for (size_t I = EntryStackSize; I != RecolorStack.size(); ++I) { in tryLastChanceRecoloring()1987 std::tie(LI, PhysReg) = RecolorStack[I]; in tryLastChanceRecoloring()1993 RecolorStack.resize(EntryStackSize); in tryLastChanceRecoloring()2011 RecoloringStack &RecolorStack, in tryRecoloringCandidates() argument[all …]