Searched refs:LiveIntervalsPrinterPass (Results 1 – 3 of 3) sorted by relevance
508 class LiveIntervalsPrinterPass509 : public PassInfoMixin<LiveIntervalsPrinterPass> {513 explicit LiveIntervalsPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveIntervalsPrinterPass() function
137 MACHINE_FUNCTION_PASS("print<live-intervals>", LiveIntervalsPrinterPass(dbgs()))
70 LiveIntervalsPrinterPass::run(MachineFunction &MF, in run()