Searched refs:shouldCSEOpc (Results 1 – 3 of 3) sorted by relevance
23 virtual bool shouldCSEOpc(unsigned Opc) { return false; } in shouldCSEOpc() function
44 bool shouldCSEOpc(unsigned Opc) override;51 bool shouldCSEOpc(unsigned Opc) override;
37 bool CSEConfigFull::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigFull83 bool CSEConfigConstantOnly::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigConstantOnly239 return CSEOpt->shouldCSEOpc(Opc); in shouldCSE()