Searched refs:InlineCostAnnotationPrinterPass (Results 1 – 3 of 3) sorted by relevance
345 struct InlineCostAnnotationPrinterPass struct346 : PassInfoMixin<InlineCostAnnotationPrinterPass> {350 explicit InlineCostAnnotationPrinterPass(raw_ostream &OS) : OS(OS) {} in InlineCostAnnotationPrinterPass() function
510 FUNCTION_PASS("print<inline-cost>", InlineCostAnnotationPrinterPass(errs()))
3449 InlineCostAnnotationPrinterPass::run(Function &F, in run()