Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Transforms/
DTestNumberOfExecutions.cpp25 getAnalysis<NumberOfExecutions>().printBlockExecutions( in runOnFunction()
/external/llvm-project/mlir/include/mlir/Analysis/
DNumberOfExecutions.h59 void printBlockExecutions(raw_ostream &os,
/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp190 void NumberOfExecutions::printBlockExecutions( in printBlockExecutions() function in NumberOfExecutions