/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Dominators.cpp | 192 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local 199 BasicBlock *NormalDest = CBI->getDefaultDest(); in dominates() local 309 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local 316 BasicBlock *NormalDest = CBI->getDefaultDest(); in dominates() local
|
H A D | IRBuilder.cpp | 850 FunctionCallee ActualInvokee, BasicBlock *NormalDest, in CreateGCStatepointInvokeCommon() 876 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 887 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 898 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 68 static InvokeInst *createInvokeHelper(Value *Invokee, BasicBlock *NormalDest, in createInvokeHelper() 387 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() 409 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 420 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 430 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
H A D | Dominators.cpp | 130 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local 241 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 86 static InvokeInst *createInvokeHelper(Function *Invokee, BasicBlock *NormalDest, in createInvokeHelper() 660 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() 682 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 693 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 703 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
H A D | Dominators.cpp | 171 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local 276 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 558 std::unique_ptr<BasicBlock> NormalDest(BasicBlock::Create(C)); in TEST() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 556 BasicBlock *NormalDest = nullptr; in emitCallAndSwitchStatement() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1549 BasicBlock *NormalDest = II->getNormalDest(); in makeStatepointExplicitImpl() local 1851 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1409 BasicBlock *NormalDest = ToReplace->getNormalDest(); in makeStatepointExplicitImpl() local 1709 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1907 BasicBlock *NormalDest = II->getNormalDest(); in makeStatepointExplicitImpl() local 2213 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 2614 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); in visitCallSite() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 3460 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); in visitCallSite() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4196 BasicBlock *NormalDest = cast<InvokeInst>(CB).getNormalDest(); in visitCallBase() local
|