reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
148 bool shouldCSE(unsigned Opc) const;
135 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); 170 if (shouldCSE(MI->getOpcode())) { 177 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); 236 if (!shouldCSE(MI.getOpcode()))lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
53 if (!CSEInfo || !CSEInfo->shouldCSE(Opc))