Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LandingPads

64     BBSet LandingPads;
357 /// in the LandingPads set. A landing pad is normal if the only CFG edges
375 if (LandingPads.count(LPad))
400 LandingPads.insert(LPad);
470 LandingPads.insert(NewBB);
562 for (BBSet::const_iterator LI = LandingPads.begin(), LE = LandingPads.end();
597 if (LandingPads.count(BB))
618 for (BBSet::iterator LI = LandingPads.begin(), LE = LandingPads.end();
626 if (LandingPads.count(BB))
729 LandingPads.clear();
747 LandingPads.clear();