Searched defs:GTTI (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h35 HotColdSplitting(ProfileSummaryInfo *ProfSI, function_ref<BlockFrequencyInfo *(Function &)> GBFI, function_ref<TargetTransformInfo &(Function &)> GTTI, std::function<OptimizationRemarkEmitter &(Function &)> *GORE, function_ref<AssumptionCache *(Function &)> LAC) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp684 auto GTTI = [this](Function &F) -> TargetTransformInfo & { local
717 std::function<TargetTransformInfo &(Function &)> GTTI = local
H A DPartialInlining.cpp200 PartialInlinerImpl( function_ref<AssumptionCache &(Function &)> GetAC, function_ref<AssumptionCache *(Function &)> LookupAC, function_ref<TargetTransformInfo &(Function &)> GTTI, function_ref<const TargetLibraryInfo &(Function &)> GTLI, ProfileSummaryInfo &ProfSI, function_ref<BlockFrequencyInfo &(Function &)> GBFI = nullptr) argument

Completed in 101 milliseconds