Lines Matching refs:instrumentor
486 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()
803 ModuleAnalysisManager am(op, instrumentor.get()); in run()
837 if (!instrumentor) in addInstrumentation()
838 instrumentor = std::make_unique<PassInstrumentor>(); in addInstrumentation()
840 instrumentor->addInstrumentation(std::move(pi)); in addInstrumentation()