LLVM
8.0.1
|
#include "llvm/Analysis/ScalarEvolution.h"
Public Member Functions | |
ExitLimitQuery (const Loop *L, BasicBlock *ExitingBlock, bool AllowPredicates) | |
Public Attributes | |
const Loop * | L |
BasicBlock * | ExitingBlock |
bool | AllowPredicates |
Definition at line 422 of file ScalarEvolution.h.
|
inline |
Definition at line 423 of file ScalarEvolution.h.
bool llvm::ExitLimitQuery::AllowPredicates |
Definition at line 428 of file ScalarEvolution.h.
Referenced by llvm::DenseMapInfo< ExitLimitQuery >::getHashValue(), and llvm::DenseMapInfo< ExitLimitQuery >::isEqual().
BasicBlock* llvm::ExitLimitQuery::ExitingBlock |
Definition at line 427 of file ScalarEvolution.h.
Referenced by llvm::DenseMapInfo< ExitLimitQuery >::getHashValue(), and llvm::DenseMapInfo< ExitLimitQuery >::isEqual().
Definition at line 426 of file ScalarEvolution.h.
Referenced by llvm::DenseMapInfo< ExitLimitQuery >::getHashValue(), and llvm::DenseMapInfo< ExitLimitQuery >::isEqual().