ΒΆtemplate <typename SV>
void visitAll(const llvm::SCEV* Root, SV& Visitor)
template <typename SV>
void visitAll(const llvm::SCEV* Root, SV& Visitor)
Description
Use SCEVTraversal to visit all nodes in the given expression tree.
Declared at: llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:615
Templates
- SV
Parameters
- const llvm::SCEV* Root
- SV& Visitor