Searched refs:CleanupPadBB (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2088 static void rewritePHIsForCleanupPad(BasicBlock *CleanupPadBB, in rewritePHIsForCleanupPad() argument 2119 CleanupPadBB->getContext(), "unreachable", CleanupPadBB->getParent()); in rewritePHIsForCleanupPad() 2125 BasicBlock::Create(CleanupPadBB->getContext(), in rewritePHIsForCleanupPad() 2127 CleanupPadBB->getParent(), CleanupPadBB); in rewritePHIsForCleanupPad() 2131 Builder.CreatePHI(SwitchType, pred_size(CleanupPadBB)); in rewritePHIsForCleanupPad() 2138 SmallVector<BasicBlock *, 8> Preds(predecessors(CleanupPadBB)); in rewritePHIsForCleanupPad() 2142 CleanupPadBB->getName() + in rewritePHIsForCleanupPad() 2144 CleanupPadBB->getParent(), CleanupPadBB); in rewritePHIsForCleanupPad() 2145 updatePhiNodes(CleanupPadBB, Pred, CaseBB); in rewritePHIsForCleanupPad() 2146 CaseBB->setName(CleanupPadBB->getName() + Twine(".from.") + in rewritePHIsForCleanupPad() [all …]
|