Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp400 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in promoteIndirectCalls() local
407 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in promoteIndirectCalls()
408 ORE = OwnedORE.get(); in promoteIndirectCalls()
DControlHeightReduction.cpp2087 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE = in runOnFunction() local
2089 return CHR(F, BFI, DT, PSI, RI, *OwnedORE.get()).run(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1942 std::unique_ptr<OptimizationRemarkEmitter> OwnedORE; in runOnFunction() local
1949 OwnedORE = std::make_unique<OptimizationRemarkEmitter>(&F); in runOnFunction()
1950 ORE = OwnedORE.get(); in runOnFunction()