Searched refs:InlineCostAnnotationPrinterPass (Results 1 – 3 of 3) sorted by relevance
340 struct InlineCostAnnotationPrinterPass struct341 : PassInfoMixin<InlineCostAnnotationPrinterPass> {345 explicit InlineCostAnnotationPrinterPass(raw_ostream &OS) : OS(OS) {} in InlineCostAnnotationPrinterPass() argument
431 FUNCTION_PASS("print<inline-cost>", InlineCostAnnotationPrinterPass(dbgs()))
3240 InlineCostAnnotationPrinterPass::run(Function &F, in run()