Home
last modified time | relevance | path

Searched defs:GetAssumptionCache (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h209 GetAssumptionCache(GetAssumptionCache) GetAssumptionCache() argument
214 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp35 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 DModuleInliner.cpp191 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local
H A DInliner.cpp315 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { run() local
H A DPartialInlining.cpp266 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member
1458 auto GetAssumptionCache = [&FAM](Function &F) -> AssumptionCache & { in run() local
H A DSampleProfile.cpp519 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 DInlineCost.cpp247 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 DInlineOrder.cpp55 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in getInlineCostWrapper() local
H A DMLInlineAdvisor.cpp331 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { getAdviceImpl() local
H A DInlineAdvisor.cpp143 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { getDefaultInlineAdvice() local