11 references to EmitBranch
Microsoft.CodeAnalysis (11)
CodeGen\LocalScopeManager.cs (2)
624
builder.
EmitBranch
(ILOpCode.Br, endLabel);
741
builder.
EmitBranch
(ILOpCode.Nop, _endLabel);
CodeGen\SwitchIntegralJumpTableEmitter.cs (8)
140
_builder.
EmitBranch
(ILOpCode.Br, _fallThroughLabel);
359
_builder.
EmitBranch
(ILOpCode.Br, bucketFallThroughLabel);
434
_builder.
EmitBranch
(branchCode, targetLabel, GetReverseBranchCode(branchCode));
449
_builder.
EmitBranch
(ILOpCode.Brfalse, targetLabel);
454
_builder.
EmitBranch
(ILOpCode.Beq, targetLabel);
494
_builder.
EmitBranch
(ILOpCode.Ble_un, targetLabel, ILOpCode.Bgt_un);
561
_builder.
EmitBranch
(ILOpCode.Ble_un, inRangeLabel, ILOpCode.Bgt_un);
563
_builder.
EmitBranch
(ILOpCode.Br, bucketFallThroughLabel);
CodeGen\SwitchStringJumpTableEmitter.cs (1)
177
_builder.
EmitBranch
(ILOpCode.Br, _fallThroughLabel);