Searched refs:SeenThrowableInstInBB (Results 1 – 1 of 1) sorted by relevance
1118 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local1129 if (SeenThrowableInstInBB || !MBB.hasEHPadSuccessor() || in fixCallUnwindMismatches()1132 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()1194 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local1201 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()1202 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()