Searched refs:collectUnderlyingAddressValues (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/ |
| H A D | LocalAliasAnalysis.cpp | 28 static void collectUnderlyingAddressValues(Value value, unsigned maxDepth, 36 static void collectUnderlyingAddressValues(RegionBranchOpInterface branch, in collectUnderlyingAddressValues() function 84 collectUnderlyingAddressValues( in collectUnderlyingAddressValues() 120 return collectUnderlyingAddressValues(view.getViewSource(), maxDepth, in collectUnderlyingAddressValues() 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() 195 static void collectUnderlyingAddressValues(Value value, in collectUnderlyingAddressValues() function 324 collectUnderlyingAddressValues(lhs, lhsValues); in alias() [all …]
|