Searched defs:NormalDest (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 68 static InvokeInst *createInvokeHelper(Value *Invokee, BasicBlock *NormalDest, in createInvokeHelper() 326 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() 348 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 359 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 369 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
D | Dominators.cpp | 132 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local 243 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 927 BasicBlock *NormalDest = ToReplace->getNormalDest(); in ReplaceWithStatepoint() local
|
D | RewriteStatepointsForGC.cpp | 1520 BasicBlock *NormalDest = ToReplace->getNormalDest(); in makeStatepointExplicitImpl() local 1873 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local 2008 BasicBlock *NormalDest = Invoke->getNormalDest(); in splitVectorValues() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 569 BasicBlock *NormalDest = nullptr; in emitCallAndSwitchStatement() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2524 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); in visitCallSite() local
|