Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AlreadyCaught

2423   SmallPtrSet<Value *, 16> AlreadyCaught; // Typeinfos known caught already.
2433 if (AlreadyCaught.insert(TypeInfo).second) {