28char to_char(
bool b) {
return b ?
'Y' :
'N'; }
39 throw std::runtime_error(
"Unsupported PhaseStrategy");
52 INFO(prime) <<
"==============================================================";
53 INFO(prime) <<
"PhaseRunner<" << to_str(
strategy()) <<
">";
54 INFO(prime) <<
"Initial graph";
62 INFO(prime) <<
"PhaseRunner<" << to_str(
strategy()) <<
"> - done";
69 INFO(prime) <<
"--------------------------------------------------------------";
78 <<
" (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)