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