Searched defs:shouldCSEOpc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | CSEConfigBase.h | 23 virtual bool shouldCSEOpc(unsigned Opc) { return false; } in shouldCSEOpc() function |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | CSEInfo.cpp | 37 bool CSEConfigFull::shouldCSEOpc(unsigned Opc) { in shouldCSEOpc() function in CSEConfigFull |