Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionTreePass.cpp43 size_t keepIndex = 0; in applyPatterns() local
46 if (keepIndex < rangeToKeep.size() && in applyPatterns()
47 index == rangeToKeep[keepIndex].second) in applyPatterns()
48 ++keepIndex; in applyPatterns()
49 if (keepIndex == rangeToKeep.size() || index < rangeToKeep[keepIndex].first) in applyPatterns()