|
LLVM
3.7.0
|
RAII wrapper to prevent recursive application of isImpliedCond. More...
Public Member Functions | |
| MarkPendingLoopPredicate (Value *C, DenseSet< Value * > &LP) | |
| ~MarkPendingLoopPredicate () | |
Public Attributes | |
| Value * | Cond |
| DenseSet< Value * > & | LoopPreds |
| bool | Pending |
RAII wrapper to prevent recursive application of isImpliedCond.
ScalarEvolution's PendingLoopPredicates set must be empty unless we are currently evaluating isImpliedCond.
Definition at line 6843 of file ScalarEvolution.cpp.
Definition at line 6848 of file ScalarEvolution.cpp.
|
inline |
Definition at line 6852 of file ScalarEvolution.cpp.
| Value* MarkPendingLoopPredicate::Cond |
Definition at line 6844 of file ScalarEvolution.cpp.
Definition at line 6845 of file ScalarEvolution.cpp.
| bool MarkPendingLoopPredicate::Pending |
Definition at line 6846 of file ScalarEvolution.cpp.
1.8.6