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.h508 class LiveIntervalsPrinterPass
509 : public PassInfoMixin<LiveIntervalsPrinterPass> {
513 explicit LiveIntervalsPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveIntervalsPrinterPass() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def137 MACHINE_FUNCTION_PASS("print<live-intervals>", LiveIntervalsPrinterPass(dbgs()))
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp70 LiveIntervalsPrinterPass::run(MachineFunction &MF, in run()