Searched refs:spvOpcodeIsBranch (Results 1 – 12 of 12) sorted by relevance
108 bool spvOpcodeIsBranch(spv::Op opcode);
406 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch() function479 return spvOpcodeIsBranch(opcode) || spvOpcodeIsReturnOrAbort(opcode); in spvOpcodeIsBlockTerminator()
404 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch() function477 return spvOpcodeIsBranch(opcode) || spvOpcodeIsReturnOrAbort(opcode); in spvOpcodeIsBlockTerminator()
442 bool spvOpcodeIsBranch(spv::Op opcode) { in spvOpcodeIsBranch() function515 return spvOpcodeIsBranch(opcode) || spvOpcodeIsReturnOrAbort(opcode); in spvOpcodeIsBlockTerminator()
178 !spvOpcodeIsBranch(opcode) && opcode != spv::Op::OpPhi && in IdPass()
182 !spvOpcodeIsBranch(opcode) && opcode != spv::Op::OpPhi && in IdPass()
500 bool IsBranch() const { return spvOpcodeIsBranch(opcode()); } in IsBranch()