Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Reducer/
H A DReductionNode.h74 ArrayRef<Range> getStartRanges() const { return startRanges; } in getStartRanges()
177 const std::vector<Range> startRanges; variable
/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionNode.cpp32 startRanges(ranges), allocator(allocator) { in ReductionNode()