Searched refs:InlineCostAnnotationPrinterPass (Results 1 – 3 of 3) sorted by relevance
313 struct InlineCostAnnotationPrinterPass struct314 : PassInfoMixin<InlineCostAnnotationPrinterPass> {318 explicit InlineCostAnnotationPrinterPass(raw_ostream &OS) : OS(OS) {} in InlineCostAnnotationPrinterPass() function
284 FUNCTION_PASS("print<inline-cost>", InlineCostAnnotationPrinterPass(dbgs()))
3002 InlineCostAnnotationPrinterPass::run(Function &F, in run()