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

/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp682 auto GTTI = [this](Function &F) -> TargetTransformInfo & { local
715 std::function<TargetTransformInfo &(Function &)> GTTI = local
H A DPartialInlining.cpp201 PartialInlinerImpl( std::function<AssumptionCache &(Function &)> *GetAC, function_ref<AssumptionCache *(Function &)> LookupAC, std::function<TargetTransformInfo &(Function &)> *GTTI, Optional<function_ref<BlockFrequencyInfo &(Function &)>> GBFI, ProfileSummaryInfo *ProfSI) argument

Completed in 209 milliseconds