Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Personality

1811 /// RecognizePersonality - See if the given exception handling personality
1826 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) {
1827 switch (Personality) {
1838 llvm_unreachable("Unknown personality!");
1849 // The logic here should be correct for any real-world personality function.
1851 // be conditioned on the personality function, like the catch-all logic is.
1852 Personality_Type Personality = RecognizePersonality(LI.getPersonalityFn());
1880 if (isCatchAll(Personality, TypeInfo)) {
1918 if (isCatchAll(Personality, TypeInfo)) {
1941 if (isCatchAll(Personality, TypeInfo)) {