Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2094 RecoloringStack &RecolorStack, unsigned Depth) { in tryLastChanceRecoloring() argument
2100 const ssize_t EntryStackSize = RecolorStack.size(); in tryLastChanceRecoloring()
2159 RecolorStack.push_back(std::make_pair(RC, VRM->getPhys(ItVirtReg))); in tryLastChanceRecoloring()
2178 FixedRegisters, RecolorStack, Depth)) { in tryLastChanceRecoloring()
2218 for (ssize_t I = RecolorStack.size() - 1; I >= EntryStackSize; --I) { in tryLastChanceRecoloring()
2221 std::tie(LI, PhysReg) = RecolorStack[I]; in tryLastChanceRecoloring()
2227 for (size_t I = EntryStackSize; I != RecolorStack.size(); ++I) { in tryLastChanceRecoloring()
2230 std::tie(LI, PhysReg) = RecolorStack[I]; in tryLastChanceRecoloring()
2236 RecolorStack.resize(EntryStackSize); in tryLastChanceRecoloring()
2254 RecoloringStack &RecolorStack, in tryRecoloringCandidates() argument
[all …]