Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp165 DenseMap<Operation *, unsigned> opCycles; in loopScheduling() local
175 earlyCycle = std::max(earlyCycle, opCycles[def] + getLatency(def)); in loopScheduling()
177 opCycles[&op] = earlyCycle; in loopScheduling()
182 unsigned cycle = opCycles[op]; in loopScheduling()