Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Pass/
DPassStatistics.cpp191 auto passes = getPasses(), otherPasses = other.getPasses(); in mergeStatisticsInto() local
193 for (auto passPair : llvm::zip(passes, otherPasses)) { in mergeStatisticsInto()