32 references to NeedsSpill
Microsoft.CodeAnalysis.VisualBasic (32)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (29)
57
Dim valueRequiresSpill As Boolean =
NeedsSpill
(valueOpt)
83
If
NeedsSpill
(expression) Then
98
If Not NeedsSpill(arguments) AndAlso Not
NeedsSpill
(receiverOpt) Then
144
If Not
NeedsSpill
(receiverOpt) Then
164
If Not
NeedsSpill
(left) AndAlso Not
NeedsSpill
(right) Then
212
Dim leftRequiresSpill As Boolean =
NeedsSpill
(left)
213
Dim rightRequiresSpill As Boolean =
NeedsSpill
(right)
261
Dim rightRequiresSpill As Boolean =
NeedsSpill
(rewrittenRight)
313
If Not
NeedsSpill
(receiverOpt) Then
334
If Not
NeedsSpill
(operand) Then
355
If Not
NeedsSpill
(operand) Then
375
If Not
NeedsSpill
(operand) Then
399
If Not
NeedsSpill
(operand) Then
417
Dim conditionRequiresSpill As Boolean =
NeedsSpill
(condition)
419
If Not conditionRequiresSpill AndAlso Not
NeedsSpill
(whenTrue) AndAlso Not
NeedsSpill
(whenFalse) Then
458
If
NeedsSpill
(expression) Then
469
Debug.Assert(Not
NeedsSpill
(expression))
490
Dim receiverOrConditionNeedsSpill =
NeedsSpill
(receiverOrCondition)
504
Dim whenNotNullNeedsSpill =
NeedsSpill
(whenNotNull)
512
Dim whenNullNeedsSpill = If(whenNullOpt IsNot Nothing,
NeedsSpill
(whenNullOpt), False)
780
If Not
NeedsSpill
(expression) AndAlso Not NeedsSpill(indices) Then
797
If Not
NeedsSpill
(expression) Then
812
If Not
NeedsSpill
(operand) Then
833
If Not
NeedsSpill
(testExpression) AndAlso Not
NeedsSpill
(elseExpression) Then
857
If Not
NeedsSpill
(operand) Then
875
If Not
NeedsSpill
(expression) Then
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (3)
40
If
NeedsSpill
(node) Then
59
If
NeedsSpill
(initializer) Then
272
If
NeedsSpill
(sideEffect) Then