reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1696 findWasmUnwindDestinations(FuncInfo, EHPadBB, Prob, UnwindDests); 1697 assert(UnwindDests.size() <= 1 && 1707 UnwindDests.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob); 1712 UnwindDests.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob); 1713 UnwindDests.back().first->setIsEHScopeEntry(); 1714 UnwindDests.back().first->setIsEHFuncletEntry(); 1719 UnwindDests.emplace_back(FuncInfo.MBBMap[CatchPadBB], Prob); 1722 UnwindDests.back().first->setIsEHFuncletEntry(); 1724 UnwindDests.back().first->setIsEHScopeEntry();