Lines Matching refs:UnwindDests
2657 &UnwindDests) { in findUnwindDestinations()
2675 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2681 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2682 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2683 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2689 UnwindDests.emplace_back(&getMBB(*CatchPadBB), Prob); in findUnwindDestinations()
2692 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2694 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2766 SmallVector<std::pair<MachineBasicBlock *, BranchProbability>, 1> UnwindDests; in translateInvoke() local
2773 if (!findUnwindDestinations(EHPadBB, EHPadBBProb, UnwindDests)) in translateInvoke()
2780 for (auto &UnwindDest : UnwindDests) { in translateInvoke()