31char to_char(
bool b) {
return b ?
'Y' :
'N'; }
57 INFO(prime) <<
"==============================================================";
58 INFO(prime) <<
"PhaseRunner<" << to_str(
strategy()) <<
">";
59 INFO(prime) <<
"Initial graph";
67 INFO(prime) <<
"PhaseRunner<" << to_str(
strategy()) <<
"> - done";
74 INFO(prime) <<
"--------------------------------------------------------------";
83 <<
" (changed: " << to_char(
info->changed()) <<
")";
loco::Graph * graph(void) const
void notify(const logo::PhaseEventInfo< logo::PhaseEvent::PhaseBegin > *) override
logo::PhaseStrategy strategy(void) const
volatile const char info[]
std::string pass_name(const Pass *)
FormattedGraph fmt(loco::Graph *g)