Searched refs:ShouldInline (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | CSPreInliner.cpp | 207 bool ShouldInline = false; in processFunction() local 208 if ((ShouldInline = shouldInline(Candidate))) { in processFunction() 221 dbgs() << (ShouldInline ? " Inlined" : " Outlined") in processFunction()
|
| /llvm-project-15.0.7/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 210 uint64_t Offset, uint64_t AdjustVMA, bool ShouldInline, in executeCommand() argument 223 } else if (ShouldInline) { in executeCommand() 264 bool ShouldInline = Args.hasFlag(OPT_inlines, OPT_no_inlines, !IsAddr2Line); in symbolizeInput() local 270 executeCommand(BuildIDStr, BuildID, Cmd, Offset, AdjustVMA, ShouldInline, in symbolizeInput() 273 executeCommand(ModuleName, ModuleName, Cmd, Offset, AdjustVMA, ShouldInline, in symbolizeInput()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/ |
| H A D | cs-preinline.test | 28 ; Test preInlined flat is set when converted from a text profile that has "ShouldInline" contexts.
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 2923 InlineResult ShouldInline = CA.analyze(); in getInlineCost() local 2931 if (ShouldInline.isSuccess()) in getInlineCost() 2942 return ShouldInline.isSuccess() in getInlineCost() 2944 : InlineCost::getNever(ShouldInline.getFailureReason()); in getInlineCost()
|