#include <ScalarEvolution.hpp>
|
| virtual | ~SCEV () noexcept=default |
| |
| virtual std::string | DebugString () const =0 |
| |
| virtual std::unique_ptr< SCEV > | Clone () const =0 |
| |
Definition at line 16 of file ScalarEvolution.hpp.
◆ ~SCEV()
| virtual jlm::llvm::SCEV::~SCEV |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ Clone()
| virtual std::unique_ptr<SCEV> jlm::llvm::SCEV::Clone |
( |
| ) |
const |
|
pure virtual |
◆ DebugString()
| virtual std::string jlm::llvm::SCEV::DebugString |
( |
| ) |
const |
|
pure virtual |
◆ ScalarEvolution
The documentation for this class was generated from the following file: