Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp250 Instruction *CurrentPad = Worklist.pop_back_val(); in getUnwindDestTokenHelper() local
255 assert(!MemoMap.count(CurrentPad)); in getUnwindDestTokenHelper()
257 if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(CurrentPad)) { in getUnwindDestTokenHelper()
305 auto *CleanupPad = cast<CleanupPadInst>(CurrentPad); in getUnwindDestTokenHelper()
359 for (Instruction *ExitedPad = CurrentPad; in getUnwindDestTokenHelper()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4428 FuncletPadInst *CurrentPad = Worklist.pop_back_val(); in visitFuncletPadInst() local
4429 Check(Seen.insert(CurrentPad).second, in visitFuncletPadInst()
4430 "FuncletPadInst must not be nested within itself", CurrentPad); in visitFuncletPadInst()
4432 for (User *U : CurrentPad->users()) { in visitFuncletPadInst()
4470 if (UnwindParent == CurrentPad) in visitFuncletPadInst()
4476 Value *ExitedPad = CurrentPad; in visitFuncletPadInst()
4524 if (CurrentPad != &FPI) in visitFuncletPadInst()
4528 if (CurrentPad == UnresolvedAncestorPad) { in visitFuncletPadInst()
4532 assert(CurrentPad == &FPI); in visitFuncletPadInst()
4540 Value *ResolvedPad = CurrentPad; in visitFuncletPadInst()