Searched refs:OwnedORE (Results 1 – 3 of 3) sorted by relevance
404 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local411 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()412 ORE = OwnedORE.get(); in promoteIndirectCalls()
2076 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE = in runOnFunction() local2078 return CHR(F, BFI, DT, PSI, RI, *OwnedORE.get()).run(); in runOnFunction()
1953 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local1960 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()1961 ORE = OwnedORE.get(); in runOnFunction()