7 references to HasNoRegularInstructions
Microsoft.CodeAnalysis (7)
CodeGen\BasicBlock.cs (5)
396
next.
HasNoRegularInstructions
)
407
if (next.
HasNoRegularInstructions
&&
421
if (this.
HasNoRegularInstructions
)
445
if (next.
HasNoRegularInstructions
&&
508
if (BranchBlock.
HasNoRegularInstructions
&& BranchBlock.BranchCode == ILOpCode.Ret)
CodeGen\ILBuilder.cs (2)
512
if (targetBlock.
HasNoRegularInstructions
)
572
if (targetBlock.
HasNoRegularInstructions
)