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