Home
last modified time | relevance | path

Searched refs:NormalDest (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDominators.cpp171 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
172 BasicBlockEdge E(DefBB, NormalDest); in dominates()
276 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
277 BasicBlockEdge E(DefBB, NormalDest); in dominates()
DIRBuilder.cpp86 static InvokeInst *createInvokeHelper(Function *Invokee, BasicBlock *NormalDest, in createInvokeHelper() argument
92 InvokeInst::Create(Invokee, NormalDest, UnwindDest, Ops, Name); in createInvokeHelper()
660 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() argument
676 return createInvokeHelper(FnStatepoint, NormalDest, UnwindDest, Args, Builder, in CreateGCStatepointInvokeCommon()
682 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() argument
686 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
693 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() argument
697 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags, in CreateGCStatepointInvoke()
703 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke() argument
706 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h763 Value *ActualInvokee, BasicBlock *NormalDest,
772 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
782 Value *ActualInvokee, BasicBlock *NormalDest,
1016 BasicBlock *NormalDest, BasicBlock *UnwindDest,
1021 InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args, OpBundles),
1025 BasicBlock *NormalDest, BasicBlock *UnwindDest,
1028 return Insert(InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args),
1032 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
1037 NormalDest, UnwindDest, Args, OpBundles, Name);
1040 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1549 BasicBlock *NormalDest = II->getNormalDest(); in makeStatepointExplicitImpl() local
1550 assert(!isa<PHINode>(NormalDest->begin()) && in makeStatepointExplicitImpl()
1551 NormalDest->getUniquePredecessor() && in makeStatepointExplicitImpl()
1554 Builder.SetInsertPoint(&*NormalDest->getFirstInsertionPt()); in makeStatepointExplicitImpl()
1851 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
1852 Store->insertBefore(NormalDest->getFirstNonPHI()); in relocationViaAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3411 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); in visitCallSite() local
3412 if (!NormalDest->getSinglePredecessor()) { in visitCallSite()
3422 NextInsn = NormalDest->getFirstInsertionPt(); in visitCallSite()
3423 assert(NextInsn != NormalDest->end() && in visitCallSite()