7 references to SetBranch
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (5)
218
this.
SetBranch
(newLabel, branchCode);
414
this.
SetBranch
(null, ILOpCode.Nop);
500
this.
SetBranch
(null, ILOpCode.Nop);
509
this.
SetBranch
(null, ILOpCode.Ret);
532
this.
SetBranch
(null, ILOpCode.Nop);
CodeGen\ILBuilder.cs (2)
360
block.
SetBranch
(blockedDest, block.BranchCode);
751
current.
SetBranch
(null, ILOpCode.Nop);