Lines Matching defs:IgnoredInsts
940 SmallPtrSetImpl<Instruction *> &IgnoredInsts) {
966 if (!IgnoredInsts.contains(&I) &&
1301 SmallPtrSet<Instruction *, 2> IgnoredInsts;
1302 IgnoredInsts.insert(TheStore);
1309 StoreSizeSCEV, *AA, IgnoredInsts);
1316 IgnoredInsts.insert(TheLoad);
1318 BECount, StoreSizeSCEV, *AA, IgnoredInsts)) {
1329 IgnoredInsts.erase(TheLoad);
1349 IgnoredInsts.erase(TheStore);
1351 StoreSizeSCEV, *AA, IgnoredInsts)) {