Searched refs:InlineCostAnnotationPrinterPass (Results 1 – 3 of 3) sorted by relevance
279 struct InlineCostAnnotationPrinterPass struct280 : PassInfoMixin<InlineCostAnnotationPrinterPass> {284 explicit InlineCostAnnotationPrinterPass(raw_ostream &OS) : OS(OS) {} in InlineCostAnnotationPrinterPass() argument
283 FUNCTION_PASS("print<inline-cost>", InlineCostAnnotationPrinterPass(dbgs()))
2772 InlineCostAnnotationPrinterPass::run(Function &F, in run()