Lines Matching defs:CSEInfo
15 #include "llvm/CodeGen/GlobalISel/CSEInfo.h"
40 GISelCSEInfo *CSEInfo = getCSEInfo();
41 assert(CSEInfo && "Can't get here without setting CSEInfo");
44 CSEInfo->getMachineInstrIfExists(ID, CurMBB, NodeInsertPos);
46 CSEInfo->countOpcodeHit(MI->getOpcode());
67 const GISelCSEInfo *CSEInfo = getCSEInfo();
68 if (!CSEInfo || !CSEInfo->shouldCSE(Opc))
314 // CSEInfo would have tracked this instruction. Remove it from the temporary
328 // This instruction does not exist in the CSEInfo. Build it and CSE it.