[flang][acc] Support walking through acc.compute_region ins (#197465)
Since acc.compute_region is IsolatedFromAbove, its values are threaded
through block arguments. But the implementations using getOriginalDef
want to see the original variable input in order to make their
assessment.