Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp158 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node"); in getUniqueInstrForMI()
190 if (shouldCSE(MI->getOpcode())) { in recordNewInstruction()
197 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE"); in handleRecordedInst()
237 bool GISelCSEInfo::shouldCSE(unsigned Opc) const { in shouldCSE() function in GISelCSEInfo
255 if (!shouldCSE(MI.getOpcode())) in analyze()
H A DCSEMIRBuilder.cpp66 if (!CSEInfo || !CSEInfo->shouldCSE(Opc)) in canPerformCSEForOpc()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h152 bool shouldCSE(unsigned Opc) const;