Lines Matching refs:graph_labeller

288 void PrintInputs(std::ostream& os, MaglevGraphLabeller* graph_labeller,
295 graph_labeller->PrintInput(os, node->input(i));
300 void PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller,
303 void PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller,
312 void PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller,
315 void PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller,
317 os << " b" << graph_labeller->BlockId(node->target());
320 void PrintTargets(std::ostream& os, MaglevGraphLabeller* graph_labeller,
322 os << " b" << graph_labeller->BlockId(node->if_true()) << " b"
323 << graph_labeller->BlockId(node->if_false());
327 void PrintImpl(std::ostream& os, MaglevGraphLabeller* graph_labeller,
330 node->PrintParams(os, graph_labeller);
331 PrintInputs(os, graph_labeller, node);
332 PrintResult(os, graph_labeller, node);
333 PrintTargets(os, graph_labeller, node);
339 MaglevGraphLabeller* graph_labeller) const {
343 return PrintImpl(os, graph_labeller, this->Cast<Name>());
376 MaglevGraphLabeller* graph_labeller) const {
389 MaglevGraphLabeller* graph_labeller) const {
408 MaglevGraphLabeller* graph_labeller) const {
438 MaglevGraphLabeller* graph_labeller) const {
451 MaglevGraphLabeller* graph_labeller) const {
467 MaglevGraphLabeller* graph_labeller) const {
524 MaglevGraphLabeller* graph_labeller) const {
567 MaglevGraphLabeller* graph_labeller) const {
593 MaglevGraphLabeller* graph_labeller) const {
616 MaglevGraphLabeller* graph_labeller) const {
644 MaglevGraphLabeller* graph_labeller) const {
753 MaglevGraphLabeller* graph_labeller) const {
789 MaglevGraphLabeller* graph_labeller) const {