Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp117 NumberOfExecutions::NumberOfExecutions(Operation *op) : operation(op) { in NumberOfExecutions() function in NumberOfExecutions
124 NumberOfExecutions::getNumberOfExecutions(Operation *op, in getNumberOfExecutions()
134 NumberOfExecutions::getNumberOfExecutions(Block *block, in getNumberOfExecutions()
190 void NumberOfExecutions::printBlockExecutions( in printBlockExecutions()
204 void NumberOfExecutions::printOperationExecutions( in printOperationExecutions()
DCMakeLists.txt9 NumberOfExecutions.cpp
19 NumberOfExecutions.cpp
/external/llvm-project/mlir/test/lib/Transforms/
DTestNumberOfExecutions.cpp25 getAnalysis<NumberOfExecutions>().printBlockExecutions( in runOnFunction()
34 getAnalysis<NumberOfExecutions>().printOperationExecutions( in runOnFunction()
/external/llvm-project/mlir/include/mlir/Analysis/
DNumberOfExecutions.h39 class NumberOfExecutions {
43 explicit NumberOfExecutions(Operation *op);