Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h521 class LiveIntervalsPrinterPass
522 : public PassInfoMixin<LiveIntervalsPrinterPass> {
526 explicit LiveIntervalsPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveIntervalsPrinterPass() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def138 MACHINE_FUNCTION_PASS("print<live-intervals>", LiveIntervalsPrinterPass(errs()))
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp72 LiveIntervalsPrinterPass::run(MachineFunction &MF, in run()