Lines Matching refs:UnwindDests
2823 &UnwindDests) { in findUnwindDestinations()
2841 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2847 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2848 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2849 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2855 UnwindDests.emplace_back(&getMBB(*CatchPadBB), Prob); in findUnwindDestinations()
2858 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2860 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2932 SmallVector<std::pair<MachineBasicBlock *, BranchProbability>, 1> UnwindDests; in translateInvoke() local
2939 if (!findUnwindDestinations(EHPadBB, EHPadBBProb, UnwindDests)) in translateInvoke()
2946 for (auto &UnwindDest : UnwindDests) { in translateInvoke()