Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Personality

2159 /// RecognizePersonality - See if the given exception handling personality
2174 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
2175 switch (Personality) {
2186 llvm_unreachable("Unknown personality!");
2197 // The logic here should be correct for any real-world personality function.
2199 // be conditioned on the personality function, like the catch-all logic is.
2200 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn());
2228 if (isCatchAll(Personality, TypeInfo)) {
2266 if (isCatchAll(Personality, TypeInfo)) {
2289 if (isCatchAll(Personality, TypeInfo)) {