Home
last modified time | relevance | path

Searched refs:ShouldInline (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp279 bool ShouldInline, OutputStyle Style, in executeCommand() argument
298 } else if (ShouldInline) { in executeCommand()
349 bool ShouldInline = Args.hasFlag(OPT_inlines, OPT_no_inlines, !IsAddr2Line); in symbolizeInput() local
356 ShouldInline, Style, Symbolizer, Printer); in symbolizeInput()
359 ShouldInline, Style, Symbolizer, Printer); in symbolizeInput()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp3069 InlineResult ShouldInline = CA.analyze(); in getInlineCost() local
3077 if (ShouldInline.isSuccess()) in getInlineCost()
3089 return ShouldInline.isSuccess() in getInlineCost()
3091 : InlineCost::getNever(ShouldInline.getFailureReason()); in getInlineCost()