22 references to BranchBlock
Microsoft.CodeAnalysis (21)
CodeGen\BasicBlock.cs (14)
285
Debug.Assert(
BranchBlock
?.EnclosingHandler == null);
288
var branchBlock =
BranchBlock
;
326
var branchBlockStart =
BranchBlock
.Start;
409
next.
BranchBlock
.Start == this.
BranchBlock
.Start)
447
next.NextBlock.Start ==
BranchBlock
.Start &&
449
next.
BranchBlock
!= next)
459
var branchBlock = this.
BranchBlock
;
478
this.NextBlock =
BranchBlock
;
498
if (
BranchBlock
.Start - next.Start == 0)
508
if (
BranchBlock
.HasNoRegularInstructions &&
BranchBlock
.BranchCode == ILOpCode.Ret)
529
if (
BranchBlock
.Start - next.Start == 0 ||
530
AreIdentical(
BranchBlock
, next))
CodeGen\ILBuilder.cs (7)
333
var branchBlock = block.
BranchBlock
;
362
var newBranchBlock = block.
BranchBlock
;
365
block.
BranchBlock
.Reachability = Reachability.BlockedByFinally;
518
targetsTarget = targetBlock.
BranchBlock
;
578
targetsTarget = targetBlock.
BranchBlock
;
762
Debug.Assert(block.
BranchBlock
== block);
933
int target = block.
BranchBlock
.Start;
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILBuilderVisualizer.cs (1)
222
var branchBlock = block.
BranchBlock
;