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)
133
_builder.
EmitBranch
(ILOpCode.Br, _fallThroughLabel);
352
_builder.
EmitBranch
(ILOpCode.Br, bucketFallThroughLabel);
427
_builder.
EmitBranch
(branchCode, targetLabel, GetReverseBranchCode(branchCode));
442
_builder.
EmitBranch
(ILOpCode.Brfalse, targetLabel);
447
_builder.
EmitBranch
(ILOpCode.Beq, targetLabel);
487
_builder.
EmitBranch
(ILOpCode.Ble_un, targetLabel, ILOpCode.Bgt_un);
554
_builder.
EmitBranch
(ILOpCode.Ble_un, inRangeLabel, ILOpCode.Bgt_un);
556
_builder.
EmitBranch
(ILOpCode.Br, bucketFallThroughLabel);
CodeGen\SwitchStringJumpTableEmitter.cs (1)
169
_builder.
EmitBranch
(ILOpCode.Br, _fallThroughLabel);