Searched refs:instrumentor (Results 1 – 4 of 4) sorted by relevance
486 auto *instrumentor = am.getPassInstrumentor(); in runOnOperationImpl() local497 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() local580 if (instrumentor) in runOnOperationAsyncImpl()581 instrumentor->runBeforePipeline(opName, parentInfo); in runOnOperationAsyncImpl()584 if (instrumentor) in runOnOperationAsyncImpl()585 instrumentor->runAfterPipeline(opName, parentInfo); in runOnOperationAsyncImpl()[all …]
341 std::unique_ptr<PassInstrumentor> instrumentor; variable
38 "invalid PGO instrumentor in argument '%0'">;
90 "invalid PGO instrumentor in argument '%0'">;