1 write to Start
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\Optimizer\StackScheduler.LocalDefUseSpan.vb (1)
30
Me.
Start
= assigned
10 references to Start
Microsoft.CodeAnalysis.VisualBasic (10)
CodeGen\Optimizer\StackScheduler.LocalDefUseSpan.vb (5)
40
Return "[" & Me.
Start
.ToString() & ", " & Me.End.ToString() & ")"
55
Return Contains(other.
Start
) Xor Contains(other.End)
59
Return Me.
Start
< val AndAlso Me.End > val
72
Return Includes(dummy.
Start
) Xor Includes(dummy.End)
76
Return Me.
Start
<= val AndAlso Me.End >= val
CodeGen\Optimizer\StackScheduler.Rewriter.vb (3)
111
Return locInfo.localDefs.Any(Function(d) counter = d.
Start
AndAlso counter = d.End)
153
Debug.Assert(locInfo.localDefs.Any(Function(d) _nodeCounter = d.
Start
AndAlso _nodeCounter <= d.End))
212
Debug.Assert(locInfo.localDefs.Any(Function(d) _nodeCounter = d.
Start
AndAlso _nodeCounter <= d.End))
CodeGen\Optimizer\StackScheduler.vb (2)
63
If def.
Start
< def.End Then
75
Order By i.Value.localDefs.Count Descending, i.Value.localDefs(0).
Start
Descending