Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassStatistics.cpp194 void OpPassManager::mergeStatisticsInto(OpPassManager &other) { in mergeStatisticsInto() function in OpPassManager
205 std::get<0>(mgrs).mergeStatisticsInto(std::get<1>(mgrs)); in mergeStatisticsInto()
232 asyncPM[i].mergeStatisticsInto(nestedPms[i]); in prepareStatistics()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassManager.h157 void mergeStatisticsInto(OpPassManager &other);