Home
last modified time | relevance | path

Searched refs:CurrentPad (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp271 Instruction *CurrentPad = Worklist.pop_back_val(); in getUnwindDestTokenHelper() local
276 assert(!MemoMap.count(CurrentPad)); in getUnwindDestTokenHelper()
278 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(CurrentPad)) { in getUnwindDestTokenHelper()
327 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); in getUnwindDestTokenHelper()
381 for (Instruction *ExitedPad = CurrentPad; in getUnwindDestTokenHelper()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4736 FuncletPadInst *CurrentPad = Worklist.pop_back_val(); in visitFuncletPadInst() local
4737 Check(Seen.insert(CurrentPad).second, in visitFuncletPadInst()
4738 "FuncletPadInst must not be nested within itself", CurrentPad); in visitFuncletPadInst()
4740 for (User *U : CurrentPad->users()) { in visitFuncletPadInst()
4778 if (UnwindParent == CurrentPad) in visitFuncletPadInst()
4784 Value *ExitedPad = CurrentPad; in visitFuncletPadInst()
4832 if (CurrentPad != &FPI) in visitFuncletPadInst()
4836 if (CurrentPad == UnresolvedAncestorPad) { in visitFuncletPadInst()
4840 assert(CurrentPad == &FPI); in visitFuncletPadInst()
4848 Value *ResolvedPad = CurrentPad; in visitFuncletPadInst()