If a call is bundled then the code that looks for instructions that
produce parameter values would break when reaching the call's bundle
header, due to the ifCall(/*AnyInBundle*/) invocation returning true.
It is not enough to simply ignore bundle headers in the isCall()
invocation, as the bundle header may have defines of parameter registers
due to the call, meaning that such registers would incorrectly be
removed from the worklist. Therefore, do not look at bundle headers at
all.
is there a higher-level iterator that does this skipping automatically?