Home
last modified time | relevance | path

Searched refs:InlineCostAnnotationPrinterPass (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h339 struct InlineCostAnnotationPrinterPass struct
340 : PassInfoMixin<InlineCostAnnotationPrinterPass> {
344 explicit InlineCostAnnotationPrinterPass(raw_ostream &OS) : OS(OS) {} in InlineCostAnnotationPrinterPass() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def407 FUNCTION_PASS("print<inline-cost>", InlineCostAnnotationPrinterPass(dbgs()))
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp3235 InlineCostAnnotationPrinterPass::run(Function &F, in run()