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