Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp205 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
206 BasicBlockEdge E(DefBB, NormalDest); in dominates()
315 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
316 BasicBlockEdge E(DefBB, NormalDest); in dominates()
H A DIRBuilder.cpp737 FunctionCallee ActualInvokee, BasicBlock *NormalDest, in CreateGCStatepointInvokeCommon() argument
753 FnStatepoint, NormalDest, UnwindDest, Args, in CreateGCStatepointInvokeCommon()
763 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() argument
767 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
774 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() argument
779 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags, in CreateGCStatepointInvoke()
785 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke() argument
789 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h917 FunctionCallee ActualInvokee, BasicBlock *NormalDest,
926 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
936 FunctionCallee ActualInvokee, BasicBlock *NormalDest,
1241 BasicBlock *NormalDest, BasicBlock *UnwindDest,
1246 InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args, OpBundles);
1252 BasicBlock *NormalDest, BasicBlock *UnwindDest,
1256 InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args);
1262 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
1267 NormalDest, UnwindDest, Args, OpBundles, Name);
1270 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1889 BasicBlock *NormalDest = II->getNormalDest(); in makeStatepointExplicitImpl() local
1890 assert(!isa<PHINode>(NormalDest->begin()) && in makeStatepointExplicitImpl()
1891 NormalDest->getUniquePredecessor() && in makeStatepointExplicitImpl()
1894 Builder.SetInsertPoint(NormalDest, NormalDest->getFirstInsertionPt()); in makeStatepointExplicitImpl()
2187 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
2188 Store->insertBefore(NormalDest->getFirstNonPHIIt()); in relocationViaAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp6015 BasicBlock *NormalDest = cast<InvokeInst>(CB).getNormalDest(); in visitCallBase() local
6016 if (!NormalDest->getSinglePredecessor()) { in visitCallBase()
6026 NextInsn = NormalDest->getFirstInsertionPt(); in visitCallBase()
6027 assert(NextInsn != NormalDest->end() && in visitCallBase()