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.cpp2292 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local
2299 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()
2300 ORE = OwnedORE.get(); in runOnFunction()