Home | History | Annotate | Download | only in Utils

Lines Matching full:lpad

4814 static bool TryToMergeLandingPad(LandingPadInst *LPad, BranchInst *BI,
4828 if (!LPad2 || !LPad2->isIdenticalTo(LPad))
4895 if (LandingPadInst *LPad = dyn_cast<LandingPadInst>(I)) {
4898 TryToMergeLandingPad(LPad, BI, BB))