Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1967 const ssize_t EntryStackSize = RecolorStack.size(); in tryLastChanceRecoloring() local
2075 for (ssize_t I = RecolorStack.size() - 1; I >= EntryStackSize; --I) { in tryLastChanceRecoloring()
2084 for (size_t I = EntryStackSize; I != RecolorStack.size(); ++I) { in tryLastChanceRecoloring()
2093 RecolorStack.resize(EntryStackSize); in tryLastChanceRecoloring()