Searched refs:spvOpcodeIsBlockTerminator (Results 1 – 24 of 24) sorted by relevance
126 bool spvOpcodeIsBlockTerminator(SpvOp opcode);
466 bool spvOpcodeIsBlockTerminator(SpvOp opcode) { in spvOpcodeIsBlockTerminator() function
124 bool spvOpcodeIsBlockTerminator(SpvOp opcode);
467 bool spvOpcodeIsBlockTerminator(SpvOp opcode) { in spvOpcodeIsBlockTerminator() function
105 if (spvOpcodeIsBlockTerminator(inst.opcode()) || in GetAvailableOpportunities()
233 if (!spvOpcodeIsBlockTerminator(inst->opcode())) { in PrettyPrint()
219 if (spvOpcodeIsBlockTerminator(opcode) || i->IsNoLine()) { in ToBinary()
162 } else if (spvOpcodeIsBlockTerminator(opcode)) { in AddInstruction()
499 return spvOpcodeIsBlockTerminator(opcode()); in IsBlockTerminator()
224 if (spvOpcodeIsBlockTerminator(opcode) || i->IsNoLine()) { in ToBinary()
509 return spvOpcodeIsBlockTerminator(opcode()); in IsBlockTerminator()
268 if (vstate->in_block() && spvOpcodeIsBlockTerminator(inst->opcode())) { in ValidateBinaryUsingContextAndValidationState()
272 if (vstate->in_block() && spvOpcodeIsBlockTerminator(inst->opcode())) { in ValidateBinaryUsingContextAndValidationState()