Home
last modified time | relevance | path

Searched refs:GetORE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h43 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting()
62 std::function<OptimizationRemarkEmitter &(Function &)> *GetORE; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp671 OptimizationRemarkEmitter &ORE = (*GetORE)(F); in outlineColdRegions()
824 std::function<OptimizationRemarkEmitter &(Function &)> GetORE = in run() local
832 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()