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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp374 const Instruction *UnwindPad = UnwindBB->getFirstNonPHI(); local
375 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp4118 Value *UnwindPad; local
4121 UnwindPad = UnwindDest->getFirstNonPHI();
4122 if (!cast<Instruction>(UnwindPad)->isEHPad())
4124 Value *UnwindParent = getParentPad(UnwindPad);
4155 UnwindPad = ConstantTokenNone::get(FPI.getContext());
4164 Assert(UnwindPad == FirstUnwindPad, "Unwind edges out of a funclet "
4170 FirstUnwindPad = UnwindPad;
4172 if (isa<CleanupPadInst>(&FPI) && !isa<ConstantTokenNone>(UnwindPad) &&
4173 getParentPad(UnwindPad) == getParentPad(&FPI))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp353 if (auto *UnwindPad = dyn_cast<Instruction>(UnwindDestToken))
354 UnwindParent = getParentPad(UnwindPad);

Completed in 242 milliseconds