Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-reduce/
DOptReductionPass.cpp35 ModuleOp moduleVariant = module.clone(); in runOnOperation() local
39 if (failed(pmTransform.run(moduleVariant))) in runOnOperation()
45 ReductionNode reduced(moduleVariant, nullptr); in runOnOperation()