Home
last modified time | relevance | path

Searched refs:OwnedORE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2270 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local
2277 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()
2278 ORE = OwnedORE.get(); in runOnFunction()