Searched defs:ParentPad (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 95 Value *ParentPad = CatchRet->getParentPad(); in colorEHFunclets() local
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 206 Value *ParentPad) { in getEHPadFromPredecessor() 467 Value *ParentPad; in calculateClrEHStateNumbers() local 543 Value *ParentPad = CatchRet->getParentPad(); in calculateCatchReturnSuccessorColors() local
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 881 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local 1330 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateHandler() local
|
D | CGCleanup.cpp | 912 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 869 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 881 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 903 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() 950 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() 967 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() 976 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
|
D | Verifier.cpp | 3021 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local 3079 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4475 Value *ParentPad = in parseFunctionBody() local 4514 Value *ParentPad = in parseFunctionBody() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5223 Value *ParentPad; in ParseCatchSwitch() local 5296 Value *ParentPad = nullptr; in ParseCleanupPad() local
|