HomeSort by: relevance | last modified time | path
    Searched refs:getUnwindDest (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WasmEHFuncInfo.h 39 const BasicBlock *getUnwindDest(const BasicBlock *BB) const {
64 MachineBasicBlock *getUnwindDest(MachineBasicBlock *MBB) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 68 II->getUnwindDest()->removePredecessor(&BB);
InlineFunction.cpp 129 : OuterResumeDest(II->getUnwindDest()) {
258 UnwindDestToken = CatchSwitch->getUnwindDest()->getFirstNonPHI();
307 if (BasicBlock *RetUnwindDest = CleanupRet->getUnwindDest())
315 ChildUnwindDestToken = Invoke->getUnwindDest()->getFirstNonPHI();
502 assert(CatchSwitch->getUnwindDest() == nullptr && "Expected useless pad");
509 cast<InvokeInst>(U)->getUnwindDest()->getFirstNonPHI()) ==
522 cast<InvokeInst>(U)->getUnwindDest()->getFirstNonPHI()) ==
609 BasicBlock *InvokeDest = II->getUnwindDest();
666 BasicBlock *UnwindDest = II->getUnwindDest();
2272 BasicBlock *UnwindDest = II->getUnwindDest();
    [all...]
CallPromotionUtils.cpp 84 for (PHINode &Phi : Invoke->getUnwindDest()->phis()) {
CodeExtractor.cpp 131 if (auto *UBB = II->getUnwindDest())
140 if (auto *UBB = CSI->getUnwindDest())
170 if (auto *UBB = CRI->getUnwindDest())
SimplifyCFG.cpp 4464 BasicBlock *UnwindDest = RI->getUnwindDest();
4560 BasicBlock *UnwindDest = RI->getUnwindDest();
4762 if (II->getUnwindDest() == BB) {
4771 if (CSI->getUnwindDest() == BB) {
4801 CSI->getUnwindDest()});
4806 Predecessor->replaceAllUsesWith(CSI->getUnwindDest());
4824 assert(CRI->hasUnwindDest() && CRI->getUnwindDest() == BB &&
6393 assert(II->getNormalDest() != BB && II->getUnwindDest() == BB &&
Local.cpp 2174 BasicBlock *UnwindDestBB = II->getUnwindDest();
2324 BasicBlock *UnwindDestBB = II->getUnwindDest();
2410 UnwindDest = CRI->getUnwindDest();
2419 UnwindDest = CatchSwitch->getUnwindDest();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 171 return CRI->getUnwindDest();
195 FuncletUnwindDest = CatchPad->getCatchSwitch()->getUnwindDest();
201 BasicBlock *InvokeUnwindDest = II->getUnwindDest();
282 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest();
283 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
291 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
400 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest();
401 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
409 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
621 UnwindDest = Catch->getCatchSwitch()->getUnwindDest();
    [all...]
SjLjEHPrepare.cpp 319 BasicBlock *UnwindBlock = Invoke->getUnwindDest();
341 BasicBlock *UnwindBlock = Invoke->getUnwindDest();
380 LPads.insert(II->getUnwindDest()->getLandingPadInst());
WasmEHPrepare.cpp 371 const auto *UnwindBB = CatchPad->getCatchSwitch()->getUnwindDest();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
BlockExtractor.cpp 158 BasicBlock *LPad = II->getUnwindDest();
221 BlocksToExtractVec.push_back(II->getUnwindDest());
PruneEH.cpp 189 BasicBlock *UnwindBlock = II->getUnwindDest();
DeadArgumentElimination.cpp 201 NewCB = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
943 NewCB = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
ArgumentPromotion.cpp 337 NewCS = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
WholeProgramDevirt.cpp 396 II->getUnwindDest()->removePredecessor(II->getParent());
1346 cast<InvokeInst>(CB).getUnwindDest(), Args);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.cpp 131 auto *UnwindDest = EHInfo->getUnwindDest(EHPad);
WebAssemblyLowerEmscriptenEHSjLj.cpp 820 IRB.CreateCondBr(Cmp, II->getUnwindDest(), II->getNormalDest());
838 II->getUnwindDest()->removePredecessor(&BB);
WebAssemblyCFGStackify.cpp 1353 auto *UnwindDest = EHInfo->getUnwindDest(EHPad);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 1734 II->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs, GCArgs,
1749 BasicBlock *UnwindBlock = II->getUnwindDest();
2005 InsertClobbersAt(&*II->getUnwindDest()->getFirstInsertionPt());
2126 Func, Values, "", &*II->getUnwindDest()->getFirstInsertionPt()));
2369 &*Invoke->getUnwindDest()->getFirstInsertionPt();
2409 normalizeForInvokeSafepoint(II->getUnwindDest(), II->getParent(), DT);
LoopUnswitch.cpp 706 if (!II->getUnwindDest()->canSplitPredecessors())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.cpp 283 tryUnify(LI.getUnwindDest(), RI.getUnwindDest());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 2342 UnwindDest = II->getUnwindDest();
2344 UnwindDest = CSI->getUnwindDest();
2346 UnwindDest = cast<CleanupReturnInst>(Terminator)->getUnwindDest();
3475 II.getUnwindDest()->isEHPad(),
3913 Assert(II && II->getUnwindDest() == BB && II->getNormalDest() != BB,
3926 Assert(BB != CPI->getCatchSwitch()->getUnwindDest(),
3940 Assert(II->getUnwindDest() == BB && II->getNormalDest() != BB,
4091 UnwindDest = CRI->getUnwindDest();
4099 UnwindDest = CSI->getUnwindDest();
4101 UnwindDest = II->getUnwindDest();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86WinEHState.cpp 495 SetJmp3, II->getNormalDest(), II->getUnwindDest(), Args, OpBundles);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3837 BasicBlock *getUnwindDest() const {
3853 return i == 0 ? getNormalDest() : getUnwindDest();
4275 BasicBlock *getUnwindDest() const {
4615 BasicBlock *getUnwindDest() const {
4635 return getUnwindDest();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 743 if (II->getUnwindDest() == BB)

Completed in 115 milliseconds

1 2