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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h186 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in class:llvm::InlineFunctionInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp39 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
H A DInlineSimple.cpp67 std::function<AssumptionCache &(Function &)> GetAssumptionCache = variable
H A DInliner.cpp551 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
309 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, std::function<AssumptionCache &(Function &)> GetAssumptionCache, ProfileSummaryInfo *PSI, std::function<const TargetLibraryInfo &(Function &)> GetTLI, bool InsertLifetime, function_ref<InlineCost(CallBase &CB)> GetInlineCost, function_ref<AAResults &(Function &)> AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
H A DPartialInlining.cpp273 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in struct:__anon4549::PartialInlinerImpl
368 auto GetAssumptionCache = [&ACT](Function &F) -> AssumptionCache & { variable
1504 auto GetAssumptionCache = [&FAM](Function &F) -> AssumptionCache & { local
H A DSampleProfile.cpp1982 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
311 SampleProfileLoader( StringRef Name, StringRef RemapName, bool IsThinLTOPreLink, std::function<AssumptionCache &(Function &)> GetAssumptionCache, std::function<TargetTransformInfo &(Function &)> GetTargetTransformInfo, std::function<const TargetLibraryInfo &(Function &)> GetTLI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp211 auto GetAssumptionCache = [this](Function &F) -> AssumptionCache & { local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp97 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
H A DMLInlineAdvisor.cpp170 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
H A DInlineCost.cpp163 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in class:__anon3360::CallAnalyzer
397 CallAnalyzer( Function &Callee, CallBase &Call, const TargetTransformInfo &TTI, function_ref<AssumptionCache &(Function &)> GetAssumptionCache, function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr, ProfileSummaryInfo *PSI = nullptr, OptimizationRemarkEmitter *ORE = nullptr) argument
719 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) argument
2288 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) argument
2298 getInliningCostEstimate( CallBase &Call, TargetTransformInfo &CalleeTTI, function_ref<AssumptionCache &(Function &)> GetAssumptionCache, function_ref<BlockFrequencyInfo &(Function &)> GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) argument
2384 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) argument
2563 std::function<AssumptionCache &(Function &)> GetAssumptionCache = [&]( local
[all...]

Completed in 78 milliseconds