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