Searched refs:SeenThrowableInstInBB (Results 1 – 1 of 1) sorted by relevance
1098 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local1109 if (SeenThrowableInstInBB || !MBB.hasEHPadSuccessor() || in fixCallUnwindMismatches()1112 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()1174 bool SeenThrowableInstInBB = false; in fixCallUnwindMismatches() local1181 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()1182 SeenThrowableInstInBB = true; in fixCallUnwindMismatches()