On Wed, Aug 20, 2025 at 1:03 PM Richard Sandiford
wrote:
>
> rtl-ssa already has a find_def function for finding the definition
> of a particular resource (register or memory) at a particular point
> in the program. This patch adds a similar function for looking
> up uses. Both functions have am
rtl-ssa already has a find_def function for finding the definition
of a particular resource (register or memory) at a particular point
in the program. This patch adds a similar function for looking
up uses. Both functions have amortised logarithmic complexity.
Tested on aarch64-linux-gnu, powerp