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