Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionTreePass.cpp186 class ReductionTreePass : public ReductionTreeBase<ReductionTreePass> { class
188 ReductionTreePass() = default;
189 ReductionTreePass(const ReductionTreePass &pass) = default;
204 LogicalResult ReductionTreePass::initialize(MLIRContext *context) { in initialize()
212 void ReductionTreePass::runOnOperation() { in runOnOperation()
236 LogicalResult ReductionTreePass::reduceOp(ModuleOp module, Region &region) { in reduceOp()
248 return std::make_unique<ReductionTreePass>(); in createReductionTreePass()
H A DCMakeLists.txt4 ReductionTreePass.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8362 mlir/lib/Reducer/ReductionTreePass.cpp