Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp376 StackSizeType maxTrueSliceLen = 0, maxFalseSliceLen = 0; in convertProfitableSIGroups() local
389 maxFalseSliceLen = std::max(maxFalseSliceLen, FalseSlice.size()); in convertProfitableSIGroups()
412 for (StackSizeType IS = 0; IS < maxFalseSliceLen; ++IS) { in convertProfitableSIGroups()