Like ClosedMutPhase but computes a Nest for each NestPhase::visit.
More...
#include <mim/phase/phase.h>
|
template<class P, class... Args> |
static void | run (Args &&... args) |
| Runs a single Phase.
|
|
virtual void | visit (Def *)=0 |
|
Def * | root () const |
|
bool | todo_ = false |
| Set to true to indicate that you want to rerun all Phasees in current your fixed-point PhaseMan.
|
|
template<class
M = Def>
class mim::NestPhase< M >
Like ClosedMutPhase but computes a Nest for each NestPhase::visit.
Definition at line 257 of file phase.h.
◆ NestPhase()
◆ nest()
◆ visit() [1/2]
Implemented in mim::Emitter< Value, Type, BB, Child >, mim::Emitter< std::string, std::string, BB, Emitter >, mim::Emitter< std::string, std::string, BB, Emitter >, and mim::plug::mem::AddMem.
Referenced by visit().
◆ visit() [2/2]
The documentation for this class was generated from the following file: