Searched refs:OwnedORE (Results 1 – 3 of 3) sorted by relevance
400 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local407 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()408 ORE = OwnedORE.get(); in promoteIndirectCalls()
2087 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE = in runOnFunction() local2089 return CHR(F, BFI, DT, PSI, RI, *OwnedORE.get()).run(); in runOnFunction()
1942 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local1949 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()1950 ORE = OwnedORE.get(); in runOnFunction()