Searched refs:else_idx (Results 1 – 3 of 3) sorted by relevance
1506 size_t idx, then_idx, else_idx; in bc_program_execStr() local1509 else_idx = bc_program_index(code, bgn); in bc_program_execStr()1513 idx = exec ? then_idx : else_idx; in bc_program_execStr()1518 if (exec || (else_idx != SIZE_MAX)) in bc_program_execStr()
578 uint32_t else_idx = opts->else_subgraph_index; in ConvertSubgraphIdxsToFunctionAttrs() local579 auto else_attr = builder.getSymbolRefAttr(func_names.at(else_idx)); in ConvertSubgraphIdxsToFunctionAttrs()
2528 int else_idx = ctx->block_count; in emit_if() local2544 then_branch->branch.target_block = else_idx; in emit_if()