Searched refs:unwindsToCaller (Results 1 – 7 of 7) sorted by relevance
1176 return cast<CleanupReturnInst>(this)->unwindsToCaller(); in mayThrow()1178 return cast<CatchSwitchInst>(this)->unwindsToCaller(); in mayThrow()
4749 if (CSI->unwindsToCaller()) in visitFuncletPadInst()
1661 bool unwindsToCaller() const { in unwindsToCaller() function1662 return cast<llvm::CleanupReturnInst>(Val)->unwindsToCaller(); in unwindsToCaller()1773 bool unwindsToCaller() const { in unwindsToCaller() function1774 return cast<llvm::CatchSwitchInst>(Val)->unwindsToCaller(); in unwindsToCaller()
1744 if (CSI != CatchSwitchLongjmp && CSI->unwindsToCaller()) { in handleLongjmpableCallsForWasmSjLj()1756 if (CRI->unwindsToCaller()) { in handleLongjmpableCallsForWasmSjLj()
712 if (CRI->unwindsToCaller()) { in HandleInlinedEHPad()734 if (CatchSwitch->unwindsToCaller()) { in HandleInlinedEHPad()3071 if (CleanupRet->unwindsToCaller() && EHPadForCallUnwindsLocally) in InlineFunction()
583 CatchSwitch->unwindsToCaller(); in isTopLevelPadForMSVC()
4156 bool unwindsToCaller() const { return !hasUnwindDest(); }4445 bool unwindsToCaller() const { return !hasUnwindDest(); }