|
LLVM
3.7.0
|
Captures loop safety information. More...
#include <LoopUtils.h>
Public Member Functions | |
| LICMSafetyInfo () | |
Public Attributes | |
| bool | MayThrow |
| bool | HeaderMayThrow |
Captures loop safety information.
It keep information for loop & its header may throw exception.
Definition at line 38 of file LoopUtils.h.
|
inline |
Definition at line 42 of file LoopUtils.h.
| bool llvm::LICMSafetyInfo::HeaderMayThrow |
Definition at line 41 of file LoopUtils.h.
Referenced by llvm::computeLICMSafetyInfo(), and isGuaranteedToExecute().
| bool llvm::LICMSafetyInfo::MayThrow |
Definition at line 39 of file LoopUtils.h.
Referenced by llvm::computeLICMSafetyInfo(), and isGuaranteedToExecute().
1.8.6