| 285 | } |
| 286 | |
| 287 | cg::OperatorNodeBase::NodeProp* LoopImpl::DescImplBase::CounterProvider:: |
| 288 | do_make_node_prop() const { |
| 289 | auto prop = Super::do_make_node_prop(); |
| 290 | prop->add_flag(NodeProp::Flag::DISALLOW_COMP_NODE_OPTIMIZE); |
| 291 | return prop; |
| 292 | } |
| 293 | |
| 294 | void LoopImpl::DescImplBase::CounterProvider::init_output_comp_node() { |
| 295 | mgb_assert(config().has_comp_node_set()); |
nothing calls this directly
no test coverage detected