| 46 | class OpcodeCounterPrinter : public llvm::PassInfoMixin<OpcodeCounterPrinter> { |
| 47 | public: |
| 48 | explicit OpcodeCounterPrinter(llvm::raw_ostream &OutS) : OS(OutS) {} |
| 49 | llvm::PreservedAnalyses run(llvm::Function &Func, |
| 50 | llvm::FunctionAnalysisManager &FAM); |
| 51 | // Part of the official API: |
nothing calls this directly
no outgoing calls
no test coverage detected