Lines Matching refs:UnwindDests
2397 &UnwindDests) { in findUnwindDestinations()
2415 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2421 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2422 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2423 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2429 UnwindDests.emplace_back(&getMBB(*CatchPadBB), Prob); in findUnwindDestinations()
2432 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2434 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2511 SmallVector<std::pair<MachineBasicBlock *, BranchProbability>, 1> UnwindDests; in translateInvoke() local
2518 if (!findUnwindDestinations(EHPadBB, EHPadBBProb, UnwindDests)) in translateInvoke()
2525 for (auto &UnwindDest : UnwindDests) { in translateInvoke()