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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h36 function_ref<BlockFrequencyInfo *(Function &)> GBFI,
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.cpp687 auto GBFI = [this](Function &F) { local
702 return HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M);
713 auto GBFI = [&FAM](Function &F) { local
731 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M))
H A DPartialInlining.cpp206 function_ref<BlockFrequencyInfo &(Function &)> GBFI = nullptr)
208 GetTTI(GTTI), GetBFI(GBFI), GetTLI(GTLI), PSI(ProfSI) {}

Completed in 178 milliseconds