Searched refs:GTTI (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | HotColdSplitting.h | 40 function_ref<TargetTransformInfo &(Function &)> GTTI, in HotColdSplitting() argument 43 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting()
|
H A D | IROutliner.h | 201 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 D | HotColdSplitting.cpp | 818 std::function<TargetTransformInfo &(Function &)> GTTI = in run() local 832 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()
|
H A D | PartialInlining.cpp | 192 function_ref<TargetTransformInfo &(Function &)> GTTI, in PartialInlinerImpl() 197 GetTTI(GTTI), GetBFI(GBFI), GetTLI(GTLI), PSI(ProfSI) {} in PartialInlinerImpl()
|
H A D | IROutliner.cpp | 3026 std::function<TargetTransformInfo &(Function &)> GTTI = in run() local 3043 if (IROutliner(GTTI, GIRSI, GORE).run(M)) in run()
|