6 references to BranchLabel
Microsoft.CodeAnalysis (6)
CodeGen\BasicBlock.cs (4)
199
if (
BranchLabel
!= null)
201
result = builder._labelInfos[
BranchLabel
].bb;
248
=> (this.
BranchLabel
!= null) && (this.BranchCode != ILOpCode.Nop);
482
this.SetBranch(next.
BranchLabel
, revBrOp, origBrOp);
CodeGen\ILBuilder.cs (2)
767
if ((block.BranchCode != ILOpCode.Nop) || (block.
BranchLabel
== null))
942
if (block.
BranchLabel
!= null)