Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h48 virtual bool shouldCSEOpc(unsigned Opc);
56 virtual bool shouldCSEOpc(unsigned Opc) override;
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp32 bool CSEConfig::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfig
61 bool CSEConfigConstantOnly::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigConstantOnly
207 return CSEOpt->shouldCSEOpc(Opc); in shouldCSE()