Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionTreePass.cpp42 std::vector<Operation *> opsInRange; in applyPatterns() local
52 opsInRange.push_back(&op.value()); in applyPatterns()
59 for (Operation *op : opsInRange) in applyPatterns()