Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Personality

1424 /// RecognizePersonality - See if the given exception handling personality
1439 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
1440 switch (Personality) {
1451 llvm_unreachable("Unknown personality!");
1462 // The logic here should be correct for any real-world personality function.
1464 // be conditioned on the personality function, like the catch-all logic is.
1465 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn());
1493 if (isCatchAll(Personality, TypeInfo)) {
1531 if (isCatchAll(Personality, TypeInfo)) {
1554 if (isCatchAll(Personality, TypeInfo)) {