30char to_char(
bool b) {
return b ?
'Y' :
'N'; }
54 INFO(prime) <<
"==============================================================";
55 INFO(prime) <<
"PhaseRunner<" << to_str(
strategy()) <<
">";
56 INFO(prime) <<
"Initial graph";
64 INFO(prime) <<
"PhaseRunner<" << to_str(
strategy()) <<
"> - done";
71 INFO(prime) <<
"--------------------------------------------------------------";
80 <<
" (changed: " << to_char(
info->changed()) <<
")";
88 INFO(prime) <<
"==============================================================";
89 INFO(prime) <<
"ModulePhaseRunner<" << to_str(
strategy()) <<
">";
90 INFO(prime) <<
"Initial graphs";
93 INFO(prime) <<
"graphs #" << g;
102 INFO(prime) <<
"ModulePhaseRunner<" << to_str(
strategy()) <<
"> - done";
109 INFO(prime) <<
"--------------------------------------------------------------";
118 <<
" (changed: " << to_char(
info->changed()) <<
")";
121 INFO(prime) <<
"graphs #" << g;
logo::PhaseStrategy strategy(void) const
luci::Module * module(void) const
void notify(const logo::PhaseEventInfo< logo::PhaseEvent::PhaseBegin > *) override
void notify(const logo::PhaseEventInfo< logo::PhaseEvent::PhaseBegin > *) override
logo::PhaseStrategy strategy(void) const
loco::Graph * graph(void) const
volatile const char info[]
std::string pass_name(const Pass *)
FormattedGraph fmt(loco::Graph *g)