Home
last modified time | relevance | path

Searched refs:MachineCycleInfoPrinterPass (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h62 class MachineCycleInfoPrinterPass
63 : public PassInfoMixin<MachineCycleInfoPrinterPass> {
67 explicit MachineCycleInfoPrinterPass(raw_ostream &OS) : OS(OS) {} in MachineCycleInfoPrinterPass() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp105 MachineCycleInfoPrinterPass::run(MachineFunction &MF, in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def145 MACHINE_FUNCTION_PASS("print<machine-cycles>", MachineCycleInfoPrinterPass(errs()))