Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp158 unsigned iterationInterval, unsigned readLatency) { in loopScheduling() argument
178 wrappedSchedule[earlyCycle % iterationInterval].push_back(&op); in loopScheduling()
183 schedule.emplace_back(op, cycle / iterationInterval); in loopScheduling()