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.cpp1958 RecoloringStack &RecolorStack, in tryLastChanceRecoloring() argument
1965 const ssize_t EntryStackSize = RecolorStack.size(); in tryLastChanceRecoloring()
2024 RecolorStack.push_back(std::make_pair(RC, VRM->getPhys(ItVirtReg))); in tryLastChanceRecoloring()
2040 FixedRegisters, RecolorStack, Depth)) { in tryLastChanceRecoloring()
2073 for (ssize_t I = RecolorStack.size() - 1; I >= EntryStackSize; --I) { in tryLastChanceRecoloring()
2076 std::tie(LI, PhysReg) = RecolorStack[I]; in tryLastChanceRecoloring()
2082 for (size_t I = EntryStackSize; I != RecolorStack.size(); ++I) { in tryLastChanceRecoloring()
2085 std::tie(LI, PhysReg) = RecolorStack[I]; in tryLastChanceRecoloring()
2091 RecolorStack.resize(EntryStackSize); in tryLastChanceRecoloring()
2109 RecoloringStack &RecolorStack, in tryRecoloringCandidates() argument
[all …]