Lines Matching defs:PassInstrumentor
488 PassInstrumentor *pi = am.getPassInstrumentor();
573 unsigned parentInitGeneration, PassInstrumentor *instrumentor,
899 instrumentor = std::make_unique<PassInstrumentor>();
990 // PassInstrumentor
1005 PassInstrumentor::PassInstrumentor() : impl(new PassInstrumentorImpl()) {}
1006 PassInstrumentor::~PassInstrumentor() = default;
1009 void PassInstrumentor::runBeforePipeline(
1018 void PassInstrumentor::runAfterPipeline(
1027 void PassInstrumentor::runBeforePass(Pass *pass, Operation *op) {
1034 void PassInstrumentor::runAfterPass(Pass *pass, Operation *op) {
1041 void PassInstrumentor::runAfterPassFailed(Pass *pass, Operation *op) {
1048 void PassInstrumentor::runBeforeAnalysis(StringRef name, TypeID id,
1056 void PassInstrumentor::runAfterAnalysis(StringRef name, TypeID id,
1064 void PassInstrumentor::addInstrumentation(