Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopTiling.cpp76 uint64_t constTripCount = *mayConst; in adjustToDivisorsOfTripCounts() local
77 if (constTripCount > 1 && tSizeAdjusted > constTripCount / 2) in adjustToDivisorsOfTripCounts()
78 tSizeAdjusted = constTripCount / 2; in adjustToDivisorsOfTripCounts()
79 while (constTripCount % tSizeAdjusted != 0) in adjustToDivisorsOfTripCounts()
/llvm-project-15.0.7/llvm/test/Transforms/LoopFlatten/
H A Dwiden-iv.ll714 define i32 @constTripCount() {
715 ; CHECK-LABEL: @constTripCount(