Searched refs:getPassInstrumentor (Results 1 – 2 of 2) sorted by relevance
250 return impl->analyses.getAnalysis<AnalysisT>(getPassInstrumentor()); in getAnalysis()257 return impl->analyses.getAnalysis<AnalysisT, OpT>(getPassInstrumentor()); in getAnalysis()303 PassInstrumentor *getPassInstrumentor() const;337 PassInstrumentor *getPassInstrumentor() const { return passInstrumentor; } in getPassInstrumentor() function
358 PassInstrumentor *pi = am.getPassInstrumentor(); in run()486 auto *instrumentor = am.getPassInstrumentor(); in runOnOperationImpl()555 auto *instrumentor = am.getPassInstrumentor(); in runOnOperationAsyncImpl()848 PassInstrumentor *AnalysisManager::getPassInstrumentor() const { in getPassInstrumentor() function in AnalysisManager852 return curParent.get<const ModuleAnalysisManager *>()->getPassInstrumentor(); in getPassInstrumentor()