Lines Matching refs:collectUnderlyingAddressValues
28 static void collectUnderlyingAddressValues(Value value, unsigned maxDepth,
36 static void collectUnderlyingAddressValues(RegionBranchOpInterface branch, in collectUnderlyingAddressValues() function
84 collectUnderlyingAddressValues( in collectUnderlyingAddressValues()
99 collectUnderlyingAddressValues((*successorOperands)[*operandIndex], in collectUnderlyingAddressValues()
113 static void collectUnderlyingAddressValues(OpResult result, unsigned maxDepth, in collectUnderlyingAddressValues() function
120 return collectUnderlyingAddressValues(view.getViewSource(), maxDepth, in collectUnderlyingAddressValues()
124 return collectUnderlyingAddressValues(branch, /*region=*/nullptr, result, in collectUnderlyingAddressValues()
134 static void collectUnderlyingAddressValues(BlockArgument arg, unsigned maxDepth, in collectUnderlyingAddressValues() function
158 collectUnderlyingAddressValues(operand, maxDepth, visited, output); in collectUnderlyingAddressValues()
167 return collectUnderlyingAddressValues(branch, region, arg, argNumber, in collectUnderlyingAddressValues()
176 static void collectUnderlyingAddressValues(Value value, unsigned maxDepth, in collectUnderlyingAddressValues() function
189 return collectUnderlyingAddressValues(arg, maxDepth, visited, output); in collectUnderlyingAddressValues()
190 collectUnderlyingAddressValues(value.cast<OpResult>(), maxDepth, visited, in collectUnderlyingAddressValues()
195 static void collectUnderlyingAddressValues(Value value, in collectUnderlyingAddressValues() function
198 collectUnderlyingAddressValues(value, maxUnderlyingValueSearchDepth, visited, in collectUnderlyingAddressValues()
324 collectUnderlyingAddressValues(lhs, lhsValues); in alias()
325 collectUnderlyingAddressValues(rhs, rhsValues); in alias()