7 references to SetBranch
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (5)
219
this.
SetBranch
(newLabel, branchCode);
415
this.
SetBranch
(null, ILOpCode.Nop);
501
this.
SetBranch
(null, ILOpCode.Nop);
510
this.
SetBranch
(null, ILOpCode.Ret);
533
this.
SetBranch
(null, ILOpCode.Nop);
CodeGen\ILBuilder.cs (2)
358
block.
SetBranch
(blockedDest, block.BranchCode);
740
current.
SetBranch
(null, ILOpCode.Nop);