Searched refs:SeenThrowableInstInBB (Results 1 – 1 of 1) sorted by relevance
1099 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local1110 if (SeenThrowableInstInBB || !MBB.hasEHPadSuccessor() || in fixCallUnwindMismatches()1113 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()1175 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local1182 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()1183 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()