Searched refs:LiveIntervalsPrinterPass (Results 1 – 3 of 3) sorted by relevance
521 class LiveIntervalsPrinterPass522 : public PassInfoMixin<LiveIntervalsPrinterPass> {526 explicit LiveIntervalsPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveIntervalsPrinterPass() function
138 MACHINE_FUNCTION_PASS("print<live-intervals>", LiveIntervalsPrinterPass(errs()))
72 LiveIntervalsPrinterPass::run(MachineFunction &MF, in run()