HomeSort by: relevance | last modified time | path
    Searched refs:shouldCSE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEInfo.cpp 143 assert(shouldCSE(MI->getOpcode()) && "Trying to CSE an unsupported Node");
178 if (shouldCSE(MI->getOpcode())) {
185 assert(shouldCSE(MI->getOpcode()) && "Invalid instruction for CSE");
221 bool GISelCSEInfo::shouldCSE(unsigned Opc) const {
241 if (!shouldCSE(MI.getOpcode()))
CSEMIRBuilder.cpp 60 if (!CSEInfo || !CSEInfo->shouldCSE(Opc))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CSEInfo.h 111 /// into the CSEMap. MI should return true for shouldCSE(MI->getOpcode())
148 bool shouldCSE(unsigned Opc) const;

Completed in 26 milliseconds