Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp600 StackSizeType maxTrueSliceLen = 0, maxFalseSliceLen = 0; in convertProfitableSIGroups() local
607 maxTrueSliceLen = std::max(maxTrueSliceLen, TrueSlice.size()); in convertProfitableSIGroups()
630 for (StackSizeType IS = 0; IS < maxTrueSliceLen; ++IS) { in convertProfitableSIGroups()