Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1965 const ssize_t EntryStackSize = RecolorStack.size(); in tryLastChanceRecoloring() local
2073 for (ssize_t I = RecolorStack.size() - 1; I >= EntryStackSize; --I) { in tryLastChanceRecoloring()
2082 for (size_t I = EntryStackSize; I != RecolorStack.size(); ++I) { in tryLastChanceRecoloring()
2091 RecolorStack.resize(EntryStackSize); in tryLastChanceRecoloring()