Searched refs:spvOpcodeIsBranch (Results 1 – 12 of 12) sorted by relevance
108 bool spvOpcodeIsBranch(SpvOp opcode);
396 bool spvOpcodeIsBranch(SpvOp opcode) { in spvOpcodeIsBranch() function467 return spvOpcodeIsBranch(opcode) || spvOpcodeIsReturnOrAbort(opcode); in spvOpcodeIsBlockTerminator()
396 bool spvOpcodeIsBranch(SpvOp opcode) { in spvOpcodeIsBranch() function468 return spvOpcodeIsBranch(opcode) || spvOpcodeIsReturnOrAbort(opcode); in spvOpcodeIsBlockTerminator()
185 !spvOpcodeIsBranch(opcode) && opcode != SpvOpPhi && in IdPass()
484 bool IsBranch() const { return spvOpcodeIsBranch(opcode()); } in IsBranch()
498 bool IsBranch() const { return spvOpcodeIsBranch(opcode()); } in IsBranch()