Home
last modified time | relevance | path

Searched refs:getPassInstrumentor (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Pass/
DAnalysisManager.h250 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
/external/llvm-project/mlir/lib/Pass/
DPass.cpp358 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 AnalysisManager
852 return curParent.get<const ModuleAnalysisManager *>()->getPassInstrumentor(); in getPassInstrumentor()