HomeSort by relevance Sort by last modified time
    Searched refs:HeaderMayThrow (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 41 bool HeaderMayThrow; // Same as previous, but specific to loop header
42 LICMSafetyInfo() : MayThrow(false), HeaderMayThrow(false)
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 422 SafetyInfo->HeaderMayThrow = false;
425 (I != E) && !SafetyInfo->HeaderMayThrow; ++I)
426 SafetyInfo->HeaderMayThrow |= I->mayThrow();
428 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow;
715 return !SafetyInfo->HeaderMayThrow;
    [all...]

Completed in 225 milliseconds