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.h146 class MachineLoopPrinterPass : public PassInfoMixin<MachineLoopPrinterPass> {
150 explicit MachineLoopPrinterPass(raw_ostream &OS) : OS(OS) {} in MachineLoopPrinterPass() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp42 MachineLoopPrinterPass::run(MachineFunction &MF, in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def145 MACHINE_FUNCTION_PASS("print<machine-loops>", MachineLoopPrinterPass(dbgs()))