Searched refs:OwnedORE (Results 1 – 2 of 2) sorted by relevance
345 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local352 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()353 ORE = OwnedORE.get(); in promoteIndirectCalls()
2127 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local2134 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()2135 ORE = OwnedORE.get(); in runOnFunction()