Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp192 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
193 BasicBlockEdge E(DefBB, NormalDest); in dominates()
302 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
303 BasicBlockEdge E(DefBB, NormalDest); in dominates()
H A DIRBuilder.cpp815 FunctionCallee ActualInvokee, BasicBlock *NormalDest, in CreateGCStatepointInvokeCommon() argument
831 FnStatepoint, NormalDest, UnwindDest, Args, in CreateGCStatepointInvokeCommon()
841 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() argument
845 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
852 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() argument
857 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, Flags, in CreateGCStatepointInvoke()
863 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke() argument
867 this, ID, NumPatchBytes, ActualInvokee, NormalDest, UnwindDest, in CreateGCStatepointInvoke()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h896 FunctionCallee ActualInvokee, BasicBlock *NormalDest,
905 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags,
915 FunctionCallee ActualInvokee, BasicBlock *NormalDest,
1153 BasicBlock *NormalDest, BasicBlock *UnwindDest,
1158 InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args, OpBundles);
1164 BasicBlock *NormalDest, BasicBlock *UnwindDest,
1168 InvokeInst::Create(Ty, Callee, NormalDest, UnwindDest, Args);
1174 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
1179 NormalDest, UnwindDest, Args, OpBundles, Name);
1182 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest,
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1882 BasicBlock *NormalDest = II->getNormalDest(); in makeStatepointExplicitImpl() local
1883 assert(!isa<PHINode>(NormalDest->begin()) && in makeStatepointExplicitImpl()
1884 NormalDest->getUniquePredecessor() && in makeStatepointExplicitImpl()
1887 Builder.SetInsertPoint(NormalDest, NormalDest->getFirstInsertionPt()); in makeStatepointExplicitImpl()
2179 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
2180 Store->insertBefore(NormalDest->getFirstNonPHI()); in relocationViaAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4276 BasicBlock *NormalDest = cast<InvokeInst>(CB).getNormalDest(); in visitCallBase() local
4277 if (!NormalDest->getSinglePredecessor()) { in visitCallBase()
4287 NextInsn = NormalDest->getFirstInsertionPt(); in visitCallBase()
4288 assert(NextInsn != NormalDest->end() && in visitCallBase()