| 590 | } |
| 591 | |
| 592 | std::function<bool(const OpNode* src, const OpNode* dst)> OpGraph::CreatePredicatorIsReachable() |
| 593 | const { |
| 594 | return MakePredicatorIsReachable(); |
| 595 | } |
| 596 | |
| 597 | // Print the graph with SBP in order |
| 598 | void OpGraph::PrintSBPGraphDebugInfo() const { |
no outgoing calls
no test coverage detected