Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp222 assert(CSEOpt.get() && "CSEConfig not set"); in shouldCSE()
223 return CSEOpt->shouldCSEOpc(Opc); in shouldCSE()
255 CSEOpt.reset(); in releaseMemory()
369 GISelCSEAnalysisWrapper::get(std::unique_ptr<CSEConfigBase> CSEOpt, in get() argument
372 Info.setCSEConfig(std::move(CSEOpt)); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h79 std::unique_ptr<CSEConfigBase> CSEOpt; variable
145 CSEOpt = std::move(Opt); in setCSEConfig()
210 GISelCSEInfo &get(std::unique_ptr<CSEConfigBase> CSEOpt,