Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp571 typedef std::stack<Instruction *>::size_type StackSizeType; in convertProfitableSIGroups() typedef
572 StackSizeType maxTrueSliceLen = 0, maxFalseSliceLen = 0; in convertProfitableSIGroups()
602 for (StackSizeType IS = 0; IS < maxTrueSliceLen; ++IS) { in convertProfitableSIGroups()
610 for (StackSizeType IS = 0; IS < maxFalseSliceLen; ++IS) { in convertProfitableSIGroups()