6 references to BranchLabel
Microsoft.CodeAnalysis (6)
CodeGen\BasicBlock.cs (4)
200
if (
BranchLabel
!= null)
202
result = builder._labelInfos[
BranchLabel
].bb;
249
=> (this.
BranchLabel
!= null) && (this.BranchCode != ILOpCode.Nop);
483
this.SetBranch(next.
BranchLabel
, revBrOp, origBrOp);
CodeGen\ILBuilder.cs (2)
756
if ((block.BranchCode != ILOpCode.Nop) || (block.
BranchLabel
== null))
931
if (block.
BranchLabel
!= null)