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