Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h150 class MachineLoopPrinterPass : public PassInfoMixin<MachineLoopPrinterPass> {
154 explicit MachineLoopPrinterPass(raw_ostream &OS) : OS(OS) {} in MachineLoopPrinterPass() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp45 MachineLoopPrinterPass::run(MachineFunction &MF, in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def148 MACHINE_FUNCTION_PASS("print<machine-loops>", MachineLoopPrinterPass(errs()))