Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1867 const ssize_t EntryStackSize = RecolorStack.size(); in tryLastChanceRecoloring() local
1975 for (ssize_t I = RecolorStack.size() - 1; I >= EntryStackSize; --I) { in tryLastChanceRecoloring()
1984 for (size_t I = EntryStackSize; I != RecolorStack.size(); ++I) { in tryLastChanceRecoloring()
1993 RecolorStack.resize(EntryStackSize); in tryLastChanceRecoloring()