LLVM 20.0.0git
|
Interface for visiting interesting IV users that are recognized but not simplified by this utility. More...
#include "llvm/Transforms/Utils/SimplifyIndVar.h"
Public Member Functions | |
IVVisitor ()=default | |
virtual | ~IVVisitor ()=default |
const DominatorTree * | getDomTree () const |
virtual void | visitCast (CastInst *Cast)=0 |
Protected Member Functions | |
virtual void | anchor () |
Protected Attributes | |
const DominatorTree * | DT = nullptr |
Interface for visiting interesting IV users that are recognized but not simplified by this utility.
Definition at line 36 of file SimplifyIndVar.h.
|
default |
|
virtualdefault |
|
protectedvirtual |
Definition at line 1003 of file SimplifyIndVar.cpp.
|
inline |
Definition at line 46 of file SimplifyIndVar.h.
References DT.
|
pure virtual |
|
protected |
Definition at line 38 of file SimplifyIndVar.h.
Referenced by getDomTree().