Searched refs:InlineCostAnnotationPrinterPass (Results 1 – 3 of 3) sorted by relevance
339 struct InlineCostAnnotationPrinterPass struct340 : PassInfoMixin<InlineCostAnnotationPrinterPass> {344 explicit InlineCostAnnotationPrinterPass(raw_ostream &OS) : OS(OS) {} in InlineCostAnnotationPrinterPass() argument
407 FUNCTION_PASS("print<inline-cost>", InlineCostAnnotationPrinterPass(dbgs()))
3235 InlineCostAnnotationPrinterPass::run(Function &F, in run()