Searched defs:ShouldInline (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | CSPreInliner.cpp | 220 bool ShouldInline = false; in processFunction() local
|
/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 279 executeCommand(StringRef ModuleName,const T & ModuleSpec,Command Cmd,StringRef Symbol,uint64_t Offset,uint64_t AdjustVMA,bool ShouldInline,OutputStyle Style,LLVMSymbolizer & Symbolizer,DIPrinter & Printer) executeCommand() argument 357 bool ShouldInline = Args.hasFlag(OPT_inlines, OPT_no_inlines, !IsAddr2Line); symbolizeInput() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 3076 InlineResult ShouldInline = CA.analyze(); getInlineCost() local
|