Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ParentPad

941       llvm::Value *ParentPad = CurrentFuncletPad;
942 if (!ParentPad)
943 ParentPad = llvm::ConstantTokenNone::get(CGM.getLLVMContext());
944 CurrentFuncletPad = CPI = Builder.CreateCleanupPad(ParentPad);