| 203 | } |
| 204 | |
| 205 | bool TaskNode::IsMeaningLess() { return produced_regsts_.empty() && consumed_regsts_.empty(); } |
| 206 | |
| 207 | void TaskNode::InitFromProtoExceptConsumedRegsts(const TaskProto& task_proto) { |
| 208 | // Step1: init some scalar items. |
no test coverage detected