Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassInstrumentation.h21 struct PassInstrumentorImpl;
122 std::unique_ptr<detail::PassInstrumentorImpl> impl;
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp929 struct PassInstrumentorImpl { struct
939 PassInstrumentor::PassInstrumentor() : impl(new PassInstrumentorImpl()) {} in PassInstrumentor()