Searched defs:UnwindDest (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 69 BasicBlock *UnwindDest, 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()
|
D | Verifier.cpp | 1822 BasicBlock *UnwindDest; in getSuccPad() local 3352 BasicBlock *UnwindDest; in visitFuncletPadInst() local 3517 if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) { in visitCatchSwitchInst() local 3546 if (BasicBlock *UnwindDest = CRI.getUnwindDest()) { in visitCleanupReturnInst() local
|
D | Instructions.cpp | 987 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 999 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1021 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
|
D | AsmWriter.cpp | 2971 if (const BasicBlock *UnwindDest = CatchSwitch->getUnwindDest()) in printInstruction() local
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 258 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateCXXStateNumbers() local 263 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateCXXStateNumbers() local 367 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest(); in calculateSEHStateNumbers() local 372 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad); in calculateSEHStateNumbers() local 578 const BasicBlock *UnwindDest; in calculateClrEHStateNumbers() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 539 BasicBlock *UnwindDest = Inst->getUnwindDest(); in UpgradeExceptionHandling() local 559 BasicBlock *UnwindDest = Invoke->getUnwindDest(); in UpgradeExceptionHandling() local
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 559 std::unique_ptr<BasicBlock> UnwindDest(BasicBlock::Create(C)); in TEST() local
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 567 BasicBlock *UnwindDest = II->getUnwindDest(); in HandleInlinedEHPad() local 1777 BasicBlock *UnwindDest = II->getUnwindDest(); in InlineFunction() local
|
D | Local.cpp | 1522 BasicBlock *UnwindDest; in removeUnwindEdge() local
|
D | SimplifyCFG.cpp | 3517 BasicBlock *UnwindDest = RI->getUnwindDest(); in removeEmptyCleanup() local 3616 BasicBlock *UnwindDest = RI->getUnwindDest(); in mergeCleanupPad() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4879 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local 4926 BasicBlock *UnwindDest = nullptr; in parseFunctionBody() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1352 auto UnwindDest = I.getUnwindDest(); in visitCleanupRet() local 1359 for (auto &UnwindDest : UnwindDests) { in visitCleanupRet() local 2312 for (auto &UnwindDest : UnwindDests) { in visitInvoke() local
|