Searched refs:shouldCSEOpc (Results 1 – 2 of 2) sorted by relevance
48 virtual bool shouldCSEOpc(unsigned Opc);56 virtual bool shouldCSEOpc(unsigned Opc) override;
32 bool CSEConfig::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfig61 bool CSEConfigConstantOnly::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigConstantOnly207 return CSEOpt->shouldCSEOpc(Opc); in shouldCSE()