Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LandingPad

138 STATISTIC(NumFastIselFailLandingPad,"Fast isel fails on LandingPad");
916 !isa<LandingPadInst>(I) && // Landingpad instructions aren't folded.
995 case Instruction::LandingPad: NumFastIselFailLandingPad++; return;