30char to_char(
bool b) {
return b ?
'Y' :
'N'; }
54 INFO(prime) <<
"==============================================================";
55 INFO(prime) <<
"exo::PhaseRunner<" << to_str(
strategy()) <<
">";
56 INFO(prime) <<
"Initial graph";
64 INFO(prime) <<
"exo::PhaseRunner<" << to_str(
strategy()) <<
"> - done";
71 INFO(prime) <<
"--------------------------------------------------------------";
80 <<
" (changed: " << to_char(
info->changed()) <<
")";
loco::Graph * graph(void) const
logo::PhaseStrategy strategy(void) const
void notify(const logo::PhaseEventInfo< logo::PhaseEvent::PhaseBegin > *) override
volatile const char info[]
FormattedGraph fmt(loco::Graph *g)
std::string pass_name(const Pass *)