Home
last modified time | relevance | path

Searched refs:GTTI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h40 function_ref<TargetTransformInfo &(Function &)> GTTI, in HotColdSplitting() argument
43 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting()
H A DIROutliner.h201 IROutliner(function_ref<TargetTransformInfo &(Function &)> GTTI, in IROutliner() argument
204 : getTTI(GTTI), getIRSI(GIRSI), getORE(GORE) { in IROutliner()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp818 std::function<TargetTransformInfo &(Function &)> GTTI = in run() local
832 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()
H A DPartialInlining.cpp192 function_ref<TargetTransformInfo &(Function &)> GTTI, in PartialInlinerImpl()
197 GetTTI(GTTI), GetBFI(GBFI), GetTLI(GTLI), PSI(ProfSI) {} in PartialInlinerImpl()
H A DIROutliner.cpp3026 std::function<TargetTransformInfo &(Function &)> GTTI = in run() local
3043 if (IROutliner(GTTI, GIRSI, GORE).run(M)) in run()