Wraps a Pass as a Phase.
More...
#include <mim/phase/phase.h>
|
template<class P, class... Args> |
static void | run (Args &&... args) |
| Runs a single Phase.
|
|
bool | todo_ = false |
| Set to true to indicate that you want to rerun all Phasees in current your fixed-point PhaseMan.
|
|
template<class P>
class mim::PassPhase< P >
Wraps a Pass as a Phase.
Definition at line 130 of file phase.h.
◆ PassPhase()
template<class P>
template<class... Args>
◆ start()
The documentation for this class was generated from the following file: