Searched refs:kBlockStartInstruction (Results 1 – 1 of 1) sorted by relevance
35 const InstructionCode kBlockStartInstruction = -2; variable475 return opcode() == kGapInstruction || opcode() == kBlockStartInstruction; in IsGapMoves()477 bool IsBlockStart() const { return opcode() == kBlockStartInstruction; } in IsBlockStart()617 : GapInstruction(kBlockStartInstruction), block_(block) {} in BlockStartInstruction()