7 references to HasNoRegularInstructions
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (5)
395
next.
HasNoRegularInstructions
)
406
if (next.
HasNoRegularInstructions
&&
420
if (this.
HasNoRegularInstructions
)
444
if (next.
HasNoRegularInstructions
&&
507
if (BranchBlock.
HasNoRegularInstructions
&& BranchBlock.BranchCode == ILOpCode.Ret)
CodeGen\ILBuilder.cs (2)
523
if (targetBlock.
HasNoRegularInstructions
)
583
if (targetBlock.
HasNoRegularInstructions
)