Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Pass/
DPass.cpp486 auto *instrumentor = am.getPassInstrumentor(); in runOnOperationImpl() local
497 if (instrumentor) in runOnOperationImpl()
498 instrumentor->runBeforePipeline(opName, parentInfo); in runOnOperationImpl()
501 if (instrumentor) in runOnOperationImpl()
502 instrumentor->runAfterPipeline(opName, parentInfo); in runOnOperationImpl()
555 auto *instrumentor = am.getPassInstrumentor(); in runOnOperationAsyncImpl() local
580 if (instrumentor) in runOnOperationAsyncImpl()
581 instrumentor->runBeforePipeline(opName, parentInfo); in runOnOperationAsyncImpl()
584 if (instrumentor) in runOnOperationAsyncImpl()
585 instrumentor->runAfterPipeline(opName, parentInfo); in runOnOperationAsyncImpl()
[all …]
/external/llvm-project/mlir/include/mlir/Pass/
DPassManager.h341 std::unique_ptr<PassInstrumentor> instrumentor; variable
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td38 "invalid PGO instrumentor in argument '%0'">;
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticDriverKinds.td90 "invalid PGO instrumentor in argument '%0'">;