Searched refs:MayThrow (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp120 bool MayThrow; // The current loop contains an instruction which member in struct:__anon26287::LICM
273 MayThrow = false;
277 (BB != BBE) && !MayThrow ; ++BB)
279 (I != E) && !MayThrow; ++I)
280 MayThrow |= I->mayThrow();
652 if (MayThrow)

Completed in 96 milliseconds