Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Personality

2377 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) {
2378 switch (Personality) {
2382 // The GCC C EH and Rust personality only exists to support cleanups, so
2411 // The logic here should be correct for any real-world personality function.
2413 // be conditioned on the personality function, like the catch-all logic is.
2414 EHPersonality Personality =
2443 if (isCatchAll(Personality
2481 if (isCatchAll(Personality, TypeInfo)) {
2504 if (isCatchAll(Personality, TypeInfo)) {