Searched refs:ShouldInline (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 284 bool ShouldInline, OutputStyle Style, in executeCommand() argument 303 } else if (ShouldInline) { in executeCommand() 362 bool ShouldInline = Args.hasFlag(OPT_inlines, OPT_no_inlines, !IsAddr2Line); in symbolizeInput() local 369 ShouldInline, Style, Symbolizer, Printer); in symbolizeInput() 372 ShouldInline, Style, Symbolizer, Printer); in symbolizeInput()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 3283 InlineResult ShouldInline = CA.analyze(); in getInlineCost() local 3291 if (ShouldInline.isSuccess()) in getInlineCost() 3303 return ShouldInline.isSuccess() in getInlineCost() 3305 : InlineCost::getNever(ShouldInline.getFailureReason()); in getInlineCost()
|