Searched refs:ProfileSummaryPrinterPass (Results 1 – 6 of 6) sorted by relevance
102 class ProfileSummaryPrinterPass103 : public PassInfoMixin<ProfileSummaryPrinterPass> {107 explicit ProfileSummaryPrinterPass(raw_ostream &OS) : OS(OS) {} in ProfileSummaryPrinterPass() function
162 class ProfileSummaryPrinterPass163 : public PassInfoMixin<ProfileSummaryPrinterPass> {167 explicit ProfileSummaryPrinterPass(raw_ostream &OS) : OS(OS) {} in ProfileSummaryPrinterPass() function
150 PreservedAnalyses ProfileSummaryPrinterPass::run(Module &M, in run()
294 PreservedAnalyses ProfileSummaryPrinterPass::run(Module &M, in run()
60 MODULE_PASS("print-profile-summary", ProfileSummaryPrinterPass(dbgs()))
67 MODULE_PASS("print-profile-summary", ProfileSummaryPrinterPass(dbgs()))