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 294 /// isBarrier - Returns true if the specified instruction stops control flow
297 bool isBarrier() const {
342 return isBranch() & !isBarrier() & !isIndirectBranch();
350 return isBranch() & isBarrier() & !isIndirectBranch();