| 854 | inline bool IsExit(const Node* node) { return node->IsExit(); } |
| 855 | inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); } |
| 856 | inline bool IsLoopCond(const Node* node) { return node->IsLoopCond(); } |
| 857 | inline bool IsControlTrigger(const Node* n) { return n->IsControlTrigger(); } |
| 858 | inline bool IsSend(const Node* node) { return node->IsSend(); } |
| 859 | inline bool IsSliceSend(const Node* node) { return node->IsSliceSend(); } |
no test coverage detected