Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Pass/
H A DTestPassManager.cpp179 Statistic opCountDuplicate{this, "num-ops2", member
185 getOperation()->walk([&](Operation *) { ++opCountDuplicate; }); in runOnOperation()