Home
last modified time | relevance | path

Searched refs:GORE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h41 std::function<OptimizationRemarkEmitter &(Function &)> *GORE, in HotColdSplitting() argument
43 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting()
H A DIROutliner.h203 function_ref<OptimizationRemarkEmitter &(Function &)> GORE) in IROutliner() argument
204 : getTTI(GTTI), getIRSI(GIRSI), getORE(GORE) { in IROutliner()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp3037 std::function<OptimizationRemarkEmitter &(Function &)> GORE = in run() local
3043 if (IROutliner(GTTI, GIRSI, GORE).run(M)) in run()