|
LLVM
4.0.0
|
Visit all nodes in the expression tree using worklist traversal. More...
#include <ScalarEvolutionExpressions.h>
Public Member Functions | |
| SCEVTraversal (SV &V) | |
| void | visitAll (const SCEV *Root) |
Visit all nodes in the expression tree using worklist traversal.
Visitor implements: // return true to follow this node. bool follow(const SCEV *S); // return true to terminate the search. bool isDone();
Definition at line 484 of file ScalarEvolutionExpressions.h.
|
inline |
Definition at line 494 of file ScalarEvolutionExpressions.h.
|
inline |
Definition at line 496 of file ScalarEvolutionExpressions.h.
References llvm::SCEVUDivExpr::getLHS(), llvm::SCEVUDivExpr::getRHS(), llvm::SCEV::getSCEVType(), llvm_unreachable, llvm::scAddExpr, llvm::scAddRecExpr, llvm::scConstant, llvm::scCouldNotCompute, llvm::scMulExpr, llvm::scSignExtend, llvm::scSMaxExpr, llvm::scTruncate, llvm::scUDivExpr, llvm::scUMaxExpr, llvm::scUnknown, and llvm::scZeroExtend.
Referenced by IsAvailableOnEntry(), sizeOfSCEV(), and llvm::visitAll().
1.8.6