HomeSort by relevance Sort by last modified time
    Searched refs:isJump (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGNode.h 308 bool isJump()
320 ASSERT(isBranch() || isJump());
DFGGraph.cpp 113 if (node.isBranch() || node.isJump()) {
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 226 bool isJump(unsigned Opcode) {
248 if (!isJump(static_cast<MachineInstr *>(I)->getOpcode())) {
258 !isJump(static_cast<MachineInstr *>(--I)->getOpcode())) {

Completed in 751 milliseconds