Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp401 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local
408 OwnedORE = llvm::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()
409 ORE = OwnedORE.get(); in promoteIndirectCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1589 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local
1596 OwnedORE = make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()
1597 ORE = OwnedORE.get(); in runOnFunction()