Searched refs:shouldCSE (Results 1 – 3 of 3) sorted by relevance
148 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()183 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()190 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()230 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo248 if (!shouldCSE(MI.getOpcode())) in analyze()
68 if (!CSEInfo || !CSEInfo->shouldCSE(Opc)) in canPerformCSEForOpc()
150 bool shouldCSE(unsigned Opc) const;