Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Personality

1420 /// RecognizePersonality - See if the given exception handling personality
1434 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
1435 switch (Personality) {
1445 llvm_unreachable("Unknown personality!");
1456 // The logic here should be correct for any real-world personality function.
1458 // be conditioned on the personality function, like the catch-all logic is.
1459 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn());
1487 if (isCatchAll(Personality, TypeInfo)) {
1525 if (isCatchAll(Personality, TypeInfo)) {
1548 if (isCatchAll(Personality, TypeInfo)) {