Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLICM.cpp421 SafetyInfo->MayThrow = false; in computeLICMSafetyInfo()
428 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLICMSafetyInfo()
431 BBE = CurLoop->block_end(); (BB != BBE) && !SafetyInfo->MayThrow ; ++BB) in computeLICMSafetyInfo()
433 (I != E) && !SafetyInfo->MayThrow; ++I) in computeLICMSafetyInfo()
434 SafetyInfo->MayThrow |= I->mayThrow(); in computeLICMSafetyInfo()
719 if (SafetyInfo->MayThrow) in isGuaranteedToExecute()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h39 bool MayThrow; // The current loop contains an instruction which member
42 LICMSafetyInfo() : MayThrow(false), HeaderMayThrow(false) in LICMSafetyInfo()