Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp599 typedef std::stack<Instruction *>::size_type StackSizeType; in convertProfitableSIGroups() typedef
600 StackSizeType maxTrueSliceLen = 0, maxFalseSliceLen = 0; in convertProfitableSIGroups()
630 for (StackSizeType IS = 0; IS < maxTrueSliceLen; ++IS) { in convertProfitableSIGroups()
638 for (StackSizeType IS = 0; IS < maxFalseSliceLen; ++IS) { in convertProfitableSIGroups()