Use SCEVTraversal to visit all nodes in the given expression tree.
Synopsis
Declared in <llvm/Analysis/ScalarEvolutionExpressions.h>
template<typename SV>
void
visitAll(
SCEV const* Root,
SV& Visitor);
Parameters
Name |
Description |
Root |
Root SCEV of the expression tree. |
Visitor |
Visitor implementing follow/isDone. |
Created with MrDocs