Lines Matching refs:UnwindDests
2489 &UnwindDests) { in findUnwindDestinations()
2507 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2513 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob); in findUnwindDestinations()
2514 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2515 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2521 UnwindDests.emplace_back(&getMBB(*CatchPadBB), Prob); in findUnwindDestinations()
2524 UnwindDests.back().first->setIsEHFuncletEntry(); in findUnwindDestinations()
2526 UnwindDests.back().first->setIsEHScopeEntry(); in findUnwindDestinations()
2593 SmallVector<std::pair<MachineBasicBlock *, BranchProbability>, 1> UnwindDests; in translateInvoke() local
2600 if (!findUnwindDestinations(EHPadBB, EHPadBBProb, UnwindDests)) in translateInvoke()
2607 for (auto &UnwindDest : UnwindDests) { in translateInvoke()