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