Searched refs:NewCleanupPad (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp862 auto *NewCleanupPad = CleanupPadInst::Create(ParentPad, {}, "", NewBB); local
863 CleanupReturnInst::Create(NewCleanupPad, Succ, NewBB);

Completed in 106 milliseconds