Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Personality

2348 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) {
2349 switch (Personality) {
2351 // The GCC C EH personality only exists to support cleanups, so it's not
2379 // The logic here should be correct for any real-world personality function.
2381 // be conditioned on the personality function, like the catch-all logic is.
2382 EHPersonality Personality =
2411 if (isCatchAll(Personality, TypeInfo)) {
2449 if (isCatchAll(Personality, TypeInfo)) {
2472 if (isCatchAll(Personality, TypeInfo)) {