Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h41 bool HeaderMayThrow; // Same as previous, but specific to loop header member
42 LICMSafetyInfo() : MayThrow(false), HeaderMayThrow(false) in LICMSafetyInfo()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp422 SafetyInfo->HeaderMayThrow = false; in computeLICMSafetyInfo()
425 (I != E) && !SafetyInfo->HeaderMayThrow; ++I) in computeLICMSafetyInfo()
426 SafetyInfo->HeaderMayThrow |= I->mayThrow(); in computeLICMSafetyInfo()
428 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLICMSafetyInfo()
715 return !SafetyInfo->HeaderMayThrow; in isGuaranteedToExecute()