/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Cloning.h | 209 GetAssumptionCache(GetAssumptionCache) GetAssumptionCache() argument 214 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 35 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in AlwaysInlineImpl() argument 146 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { runOnModule() local 182 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { run() local
|
H A D | ModuleInliner.cpp | 191 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local
|
H A D | Inliner.cpp | 315 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { run() local
|
H A D | PartialInlining.cpp | 266 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member 1458 auto GetAssumptionCache = [&FAM](Function &F) -> AssumptionCache & { in run() local
|
H A D | SampleProfile.cpp | 519 SampleProfileLoader(StringRef Name,StringRef RemapName,ThinOrFullLTOPhase LTOPhase,IntrusiveRefCntPtr<vfs::FileSystem> FS,std::function<AssumptionCache & (Function &)> GetAssumptionCache,std::function<TargetTransformInfo & (Function &)> GetTargetTransformInfo,std::function<const TargetLibraryInfo & (Function &)> GetTLI) SampleProfileLoader() argument 2705 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 247 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in __anon3da3c46d0111::CallAnalyzer 496 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in CallAnalyzer() argument 1100 InlineCostCallAnalyzer(Function & Callee,CallBase & Call,const InlineParams & Params,const TargetTransformInfo & TTI,function_ref<AssumptionCache & (Function &)> GetAssumptionCache,function_ref<BlockFrequencyInfo & (Function &)> GetBFI=nullptr,ProfileSummaryInfo * PSI=nullptr,OptimizationRemarkEmitter * ORE=nullptr,bool BoostIndirect=true,bool IgnoreThreshold=false) InlineCostCallAnalyzer() argument 1344 InlineCostFeaturesAnalyzer(const TargetTransformInfo & TTI,function_ref<AssumptionCache & (Function &)> & GetAssumptionCache,function_ref<BlockFrequencyInfo & (Function &)> GetBFI,ProfileSummaryInfo * PSI,OptimizationRemarkEmitter * ORE,Function & Callee,CallBase & Call) InlineCostFeaturesAnalyzer() argument 2929 getInlineCost(CallBase & Call,const InlineParams & Params,TargetTransformInfo & CalleeTTI,function_ref<AssumptionCache & (Function &)> GetAssumptionCache,function_ref<const TargetLibraryInfo & (Function &)> GetTLI,function_ref<BlockFrequencyInfo & (Function &)> GetBFI,ProfileSummaryInfo * PSI,OptimizationRemarkEmitter * ORE) getInlineCost() argument 2939 getInliningCostEstimate(CallBase & Call,TargetTransformInfo & CalleeTTI,function_ref<AssumptionCache & (Function &)> GetAssumptionCache,function_ref<BlockFrequencyInfo & (Function &)> GetBFI,ProfileSummaryInfo * PSI,OptimizationRemarkEmitter * ORE) getInliningCostEstimate() argument 2964 getInliningCostFeatures(CallBase & Call,TargetTransformInfo & CalleeTTI,function_ref<AssumptionCache & (Function &)> GetAssumptionCache,function_ref<BlockFrequencyInfo & (Function &)> GetBFI,ProfileSummaryInfo * PSI,OptimizationRemarkEmitter * ORE) getInliningCostFeatures() argument 3049 getInlineCost(CallBase & Call,Function * Callee,const InlineParams & Params,TargetTransformInfo & CalleeTTI,function_ref<AssumptionCache & (Function &)> GetAssumptionCache,function_ref<const TargetLibraryInfo & (Function &)> GetTLI,function_ref<BlockFrequencyInfo & (Function &)> GetBFI,ProfileSummaryInfo * PSI,OptimizationRemarkEmitter * ORE) getInlineCost() argument 3238 std::function<AssumptionCache &(Function &)> GetAssumptionCache = run() local [all...] |
H A D | InlineOrder.cpp | 55 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in getInlineCostWrapper() local
|
H A D | MLInlineAdvisor.cpp | 331 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { getAdviceImpl() local
|
H A D | InlineAdvisor.cpp | 143 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { getDefaultInlineAdvice() local
|