Searched refs:GetORE (Results 1 – 2 of 2) sorted by relevance
43 : PSI(ProfSI), GetBFI(GBFI), GetTTI(GTTI), GetORE(GORE), LookupAC(LAC) {} in HotColdSplitting()62 std::function<OptimizationRemarkEmitter &(Function &)> *GetORE; variable
671 OptimizationRemarkEmitter &ORE = (*GetORE)(F); in outlineColdRegions()824 std::function<OptimizationRemarkEmitter &(Function &)> GetORE = in run() local832 if (HotColdSplitting(PSI, GBFI, GTTI, &GetORE, LookupAC).run(M)) in run()