Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Pass/
DPassInstrumentation.h21 struct PassInstrumentorImpl;
120 std::unique_ptr<detail::PassInstrumentorImpl> impl;
/external/llvm-project/mlir/lib/Pass/
DPass.cpp906 struct PassInstrumentorImpl { struct
916 PassInstrumentor::PassInstrumentor() : impl(new PassInstrumentorImpl()) {} in PassInstrumentor()