HomeSort by: relevance | last modified time | path
    Searched defs:UnwindPad (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WasmEHPrepare.cpp 374 const Instruction *UnwindPad = UnwindBB->getFirstNonPHI();
375 if (const auto *CatchSwitch = dyn_cast<CatchSwitchInst>(UnwindPad))
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 4118 Value *UnwindPad;
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))

Completed in 20 milliseconds