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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h37 function_ref<TargetTransformInfo &(Function &)> GTTI,
40 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {}
35 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
702 return HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M);
717 std::function<TargetTransformInfo &(Function &)> GTTI = local
731 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M))
H A DPartialInlining.cpp203 function_ref<TargetTransformInfo &(Function &)> GTTI,
208 GetTTI(GTTI), GetBFI(GBFI), GetTLI(GTLI), PSI(ProfSI) {}
200 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 103 milliseconds