Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h148 void setCSEConfig(std::unique_ptr<CSEConfigBase> Opt) { in setCSEConfig() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp446 Info.setCSEConfig(std::move(CSEOpt)); in get()