Lines Matching refs:maxDepth
28 static void collectUnderlyingAddressValues(Value value, unsigned maxDepth,
39 unsigned maxDepth, in collectUnderlyingAddressValues() argument
85 branch.getSuccessorEntryOperands(regionIndex)[*operandIndex], maxDepth, in collectUnderlyingAddressValues()
100 maxDepth, visited, output); in collectUnderlyingAddressValues()
113 static void collectUnderlyingAddressValues(OpResult result, unsigned maxDepth, in collectUnderlyingAddressValues() argument
120 return collectUnderlyingAddressValues(view.getViewSource(), maxDepth, in collectUnderlyingAddressValues()
125 result.getResultNumber(), maxDepth, in collectUnderlyingAddressValues()
134 static void collectUnderlyingAddressValues(BlockArgument arg, unsigned maxDepth, in collectUnderlyingAddressValues() argument
158 collectUnderlyingAddressValues(operand, maxDepth, visited, output); in collectUnderlyingAddressValues()
168 maxDepth, visited, output); in collectUnderlyingAddressValues()
176 static void collectUnderlyingAddressValues(Value value, unsigned maxDepth, in collectUnderlyingAddressValues() argument
182 if (maxDepth == 0) { in collectUnderlyingAddressValues()
186 --maxDepth; in collectUnderlyingAddressValues()
189 return collectUnderlyingAddressValues(arg, maxDepth, visited, output); in collectUnderlyingAddressValues()
190 collectUnderlyingAddressValues(value.cast<OpResult>(), maxDepth, visited, in collectUnderlyingAddressValues()