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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h187 std::function<AssumptionCache &(Function &)> *GetAssumptionCache; member in class:llvm::InlineFunctionInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp40 std::function<AssumptionCache &(Function &)> GetAssumptionCache = local
H A DInlineSimple.cpp68 std::function<AssumptionCache &(Function &)> GetAssumptionCache = variable
H A DInliner.cpp765 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
528 inlineCallsImpl(CallGraphSCC &SCC, CallGraph &CG, std::function<AssumptionCache &(Function &)> GetAssumptionCache, ProfileSummaryInfo *PSI, std::function<TargetLibraryInfo &(Function &)> GetTLI, bool InsertLifetime, function_ref<InlineCost(CallSite CS)> GetInlineCost, function_ref<AAResults &(Function &)> AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
H A DPartialInlining.cpp273 std::function<AssumptionCache &(Function &)> *GetAssumptionCache; member in struct:__anon2600::PartialInlinerImpl
370 std::function<AssumptionCache &(Function &)> GetAssumptionCache = variable
1506 std::function<AssumptionCache &(Function &)> GetAssumptionCache = local
H A DSampleProfile.cpp1963 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { local
307 SampleProfileLoader( StringRef Name, StringRef RemapName, bool IsThinLTOPreLink, std::function<AssumptionCache &(Function &)> GetAssumptionCache, std::function<TargetTransformInfo &(Function &)> GetTargetTransformInfo) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp212 std::function<AssumptionCache &(Function &)> GetAssumptionCache = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp107 std::function<AssumptionCache &(Function &)> &GetAssumptionCache; member in class:__anon1619::CallAnalyzer
340 CallAnalyzer(const TargetTransformInfo &TTI, std::function<AssumptionCache &(Function &)> &GetAssumptionCache, Optional<function_ref<BlockFrequencyInfo &(Function &)>> &GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE, Function &Callee, CallBase &Call) argument
627 InlineCostCallAnalyzer( const TargetTransformInfo &TTI, std::function<AssumptionCache &(Function &)> &GetAssumptionCache, Optional<function_ref<BlockFrequencyInfo &(Function &)>> &GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE, Function &Callee, CallBase &Call, const InlineParams &Params, bool BoostIndirect = true) argument
2105 getInlineCost( CallBase &Call, const InlineParams &Params, TargetTransformInfo &CalleeTTI, std::function<AssumptionCache &(Function &)> &GetAssumptionCache, Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) argument
2114 getInlineCost( CallBase &Call, Function *Callee, const InlineParams &Params, TargetTransformInfo &CalleeTTI, std::function<AssumptionCache &(Function &)> &GetAssumptionCache, Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI, ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) argument
[all...]

Completed in 185 milliseconds