Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp345 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local
352 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()
353 ORE = OwnedORE.get(); in promoteIndirectCalls()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2127 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local
2134 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()
2135 ORE = OwnedORE.get(); in runOnFunction()