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 285 /// isBarrier - Returns true if the specified instruction stops control flow
288 bool isBarrier() const {
321 return isBranch() & !isBarrier() & !isIndirectBranch();
329 return isBranch() & isBarrier() & !isIndirectBranch();
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 225 bool isBarrier;

Completed in 128 milliseconds