HomeSort by relevance Sort by last modified time
    Searched defs:isBarrier (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 220 bool isBarrier() const {
253 return isBranch() & !isBarrier() & !isIndirectBranch();
261 return isBranch() & isBarrier() & !isIndirectBranch();
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 225 bool isBarrier;

Completed in 181 milliseconds