Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMustExecute.cpp32 SafetyInfo->MayThrow = false; in computeLoopSafetyInfo()
38 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLoopSafetyInfo()
46 (BB != BBE) && !SafetyInfo->MayThrow; ++BB) in computeLoopSafetyInfo()
47 SafetyInfo->MayThrow |= in computeLoopSafetyInfo()
124 if (SafetyInfo->MayThrow) in isGuaranteedToExecute()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp309 bool MayThrow = false; in EmitExceptionTable() local
316 MayThrow |= MI->getDesc().isCall(); in EmitExceptionTable()
324 MayThrow = false; in EmitExceptionTable()
340 if (MayThrow) { in EmitExceptionTable()
369 if (MayThrow) { in EmitExceptionTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMustExecute.h40 bool MayThrow = false; // The current loop contains an instruction which member
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp411 SafetyInfo->MayThrow = false; in computeLoopSafetyInfo()
419 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLoopSafetyInfo()
423 (BB != BBE) && !SafetyInfo->MayThrow; ++BB) in computeLoopSafetyInfo()
425 (I != E) && !SafetyInfo->MayThrow; ++I) in computeLoopSafetyInfo()
426 SafetyInfo->MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(&*I); in computeLoopSafetyInfo()
914 if (SafetyInfo->MayThrow) { in promoteLoopAccessesToScalars()
DLoopIdiomRecognize.cpp268 if (SafetyInfo.MayThrow) in runOnCountableLoop()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h42 bool MayThrow; // The current loop contains an instruction which member
47 LoopSafetyInfo() : MayThrow(false), HeaderMayThrow(false) {} in LoopSafetyInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp749 if (LSI.MayThrow) in isSafeToUnrollAndJam()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp948 if (SafetyInfo->MayThrow) in isGuaranteedToExecute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1280 if (SafetyInfo->MayThrow) { in promoteLoopAccessesToScalars()
DLoopIdiomRecognize.cpp324 if (SafetyInfo.MayThrow) in runOnCountableLoop()