MCPcopy Create free account
hub / github.com/banach-space/llvm-tutor / OpcodeCounterPrinter

Method OpcodeCounterPrinter

include/OpcodeCounter.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46class OpcodeCounterPrinter : public llvm::PassInfoMixin<OpcodeCounterPrinter> {
47public:
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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected