The function findPotentialBlockers may consider debug info instructions as potential blockers
and may stop searching for a store-load pair prematurely.
This patch corrects this and tests the cases where the store is separated from the
load by more than InspectionLimit debug instructions.
See D61680 for a previous simmilar fix in this area.