Home
last modified time | relevance | path

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

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