Lines Matching refs:mayThrow
114 bool MayThrow; // The current loop contains an instruction which249 MayThrow = false;253 (BB != BBE) && !MayThrow ; ++BB)255 (I != E) && !MayThrow; ++I)256 MayThrow |= I->mayThrow();629 if (MayThrow)