Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionTreePass.cpp39 ArrayRef<ReductionNode::Range> rangeToKeep, in applyPatterns() argument
46 if (keepIndex < rangeToKeep.size() && in applyPatterns()
47 index == rangeToKeep[keepIndex].second) in applyPatterns()
49 if (keepIndex == rangeToKeep.size() || index < rangeToKeep[keepIndex].first) in applyPatterns()