11 references to EmitBranch
Microsoft.CodeAnalysis (11)
CodeGen\LocalScopeManager.cs (2)
624builder.EmitBranch(ILOpCode.Br, endLabel); 741builder.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);