Searched refs:AlreadyCaught (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2208 SmallPtrSet<Value *, 16> AlreadyCaught; // Typeinfos known caught already. local
2218 if (AlreadyCaught.insert(TypeInfo)) {
2294 if (AlreadyCaught.count(TypeInfo))

Completed in 277 milliseconds