5 references to IsBranch
Microsoft.CodeAnalysis (5)
CodeGen\BasicBlock.cs (1)
212Debug.Assert(newBranchCode.IsBranch() == (_branchLabel != null));
CodeGen\ILBuilderEmit.cs (2)
175bool validOpCode = (code == ILOpCode.Nop) || code.IsBranch(); 178Debug.Assert(revOpCode == ILOpCode.Nop || revOpCode.IsBranch());
CodeGen\ILOpCodeExtensions.cs (1)
63if (opcode.IsBranch())
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
416Debug.Assert(branchCode.IsBranch());