MimIR 0.1
MimIR is my Intermediate Representation
|
This is the complete list of members for mim::ScopePhase, including all inherited members.
dirty_ | mim::Phase | protected |
is_dirty() const | mim::Phase | inline |
name() const | mim::Phase | inline |
name_ | mim::Phase | protected |
Phase(World &world, std::string_view name, bool dirty) | mim::Phase | inline |
run() | mim::Phase | virtual |
run(Args &&... args) | mim::Phase | inlinestatic |
scope() const | mim::ScopePhase | inlineprotected |
ScopePhase(World &world, std::string_view name, bool elide_empty) | mim::ScopePhase | inline |
start() override | mim::ScopePhase | virtual |
visit(const Scope &)=0 | mim::ScopePhase | pure virtual |
world() | mim::Phase | inline |
world_ | mim::Phase | protected |
~Phase()=default | mim::Phase | virtual |