Visit all nodes in the expression tree using worklist traversal.
Synopsis
Declared in <llvm/Analysis/ScalarEvolutionExpressions.h>
template<typename SV>
class SCEVTraversal;
Description
Visitor implements: // return true to follow this node. bool follow(const SCEV *S); // return true to terminate the search. bool isDone();
Member Functions
Name |
Description |
|
Construct from |
Created with MrDocs