Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isEHPad

1019         if (IBB->isEHPad()) {
1215 if (IsEmptyBlock(MBB) && !MBB->isEHPad() && !MBB->hasAddressTaken() &&
1222 } else if (FallThrough->isEHPad()) {
1279 !MBB->hasAddressTaken() && !MBB->isEHPad()) {
1413 !MBB->hasAddressTaken() && !MBB->isEHPad()) {
1510 if (!MBB->isEHPad()) {
1555 !SuccBB->isEHPad()) {
1571 while (FallThrough != MF.end() && FallThrough->isEHPad())