Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDDominators.cpp135 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
241 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
HDIRBuilder.cpp68 static InvokeInst *createInvokeHelper(Value *Invokee, BasicBlock *NormalDest, in createInvokeHelper()
303 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke()
324 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDPlaceSafepoints.cpp968 BasicBlock *NormalDest = ToReplace->getNormalDest(); in ReplaceWithStatepoint() local
HDRewriteStatepointsForGC.cpp1674 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
1811 BasicBlock *NormalDest = Invoke->getNormalDest(); in splitVectorValues() local
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2504 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); in visitCallSite() local