Searched defs:isBarrier (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h214 /// isBarrier - Returns true if the specified instruction stops control flow
217 bool isBarrier() const { function in class:llvm::MCInstrDesc
250 return isBranch() & !isBarrier() & !isIndirectBranch();
258 return isBranch() & isBarrier() & !isIndirectBranch();
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h226 bool isBarrier; member in class:llvm::CodeGenInstruction

Completed in 94 milliseconds