Searched defs:NormalDest (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/IR/ |
D | Dominators.cpp | 130 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local 241 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
|
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Dominators.cpp | 166 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local 271 BasicBlock *NormalDest = II->getNormalDest(); in dominates() local
|
D | IRBuilder.cpp | 86 static InvokeInst *createInvokeHelper(Value *Invokee, BasicBlock *NormalDest, in createInvokeHelper() 654 Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvokeCommon() 676 BasicBlock *NormalDest, BasicBlock *UnwindDest, in CreateGCStatepointInvoke() 687 BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, in CreateGCStatepointInvoke() 697 BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, in CreateGCStatepointInvoke()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 558 std::unique_ptr<BasicBlock> NormalDest(BasicBlock::Create(C)); in TEST() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 556 BasicBlock *NormalDest = nullptr; in emitCallAndSwitchStatement() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 571 std::unique_ptr<BasicBlock> NormalDest(BasicBlock::Create(C)); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1553 BasicBlock *NormalDest = ToReplace->getNormalDest(); in makeStatepointExplicitImpl() local 1855 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1409 BasicBlock *NormalDest = ToReplace->getNormalDest(); in makeStatepointExplicitImpl() local 1709 BasicBlock *NormalDest = Invoke->getNormalDest(); in relocationViaAlloca() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 1546 BasicBlock *NormalDest = II->getNormalDest(); in visitInstruction() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2614 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); in visitCallSite() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2967 BasicBlock *NormalDest = cast<InvokeInst>(&I)->getNormalDest(); in visitCallSite() local
|