Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCSEConfigBase.h23 virtual bool shouldCSEOpc(unsigned Opc) { return false; } in shouldCSEOpc() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h42 bool shouldCSEOpc(unsigned Opc) override;
49 bool shouldCSEOpc(unsigned Opc) override;
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp37 bool CSEConfigFull::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigFull
73 bool CSEConfigConstantOnly::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigConstantOnly
228 return CSEOpt->shouldCSEOpc(Opc); in shouldCSE()