Searched refs:OwnedORE (Results 1 – 2 of 2) sorted by relevance
401 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local408 OwnedORE = llvm::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()409 ORE = OwnedORE.get(); in promoteIndirectCalls()
1589 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local1596 OwnedORE = make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()1597 ORE = OwnedORE.get(); in runOnFunction()