Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:LP

3855   LandingPadInst *LP = LandingPadInst::Create(Ty, PersFn, 0);
3856 LP->setCleanup(EatIfPresent(lltok::kw_cleanup));
3869 delete LP;
3883 LP->addClause(V);
3886 Inst = LP;