Searched refs:body_idx (Results 1 – 3 of 3) sorted by relevance
685 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local702 body_idx = update_idx + 1; in bc_parse_for()703 exit_idx = body_idx + 1; in bc_parse_for()730 bc_parse_pushIndex(p, body_idx); in bc_parse_for()
589 uint32_t body_idx = opts->body_subgraph_index; in ConvertSubgraphIdxsToFunctionAttrs() local590 auto body_attr = builder.getSymbolRefAttr(func_names.at(body_idx)); in ConvertSubgraphIdxsToFunctionAttrs()
3711 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local3732 body_idx = update_idx + 1; in bc_parse_for()3733 exit_idx = body_idx + 1; in bc_parse_for()3759 bc_parse_pushIndex(p, body_idx); in bc_parse_for()