Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h345 struct InlineCostAnnotationPrinterPass struct
346 : PassInfoMixin<InlineCostAnnotationPrinterPass> {
350 explicit InlineCostAnnotationPrinterPass(raw_ostream &OS) : OS(OS) {} in InlineCostAnnotationPrinterPass() function
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def510 FUNCTION_PASS("print<inline-cost>", InlineCostAnnotationPrinterPass(errs()))
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp3449 InlineCostAnnotationPrinterPass::run(Function &F, in run()