Is there a way to calculate a forward slice at the IR instruction-level in WALA (rather than statement level)? I'm interested in the forward slice for tainted data intra-procedurally, so I'd like the slice to consist of the IR instructions associated with that method that are affected by the originally tainted data.
I've seen plenty of references to doing something similar inter-procedurally, but cannot figure out if this is available for my purposes.
EDIT: As appropriately pointed out to me, the question should more accurately reflect what I am asking for: is this functionality already implemented in wala?