Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp404 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local
411 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()
412 ORE = OwnedORE.get(); in promoteIndirectCalls()
H A DControlHeightReduction.cpp2076 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE = in runOnFunction() local
2078 return CHR(F, BFI, DT, PSI, RI, *OwnedORE.get()).run(); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1953 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local
1960 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()
1961 ORE = OwnedORE.get(); in runOnFunction()