Searched refs:else_idx (Results 1 – 3 of 3) sorted by relevance
725 uint32_t else_idx = opts->else_subgraph_index; in ConvertSubgraphIdxsToFunctionAttrs() local726 if (else_idx >= func_names.size()) { in ConvertSubgraphIdxsToFunctionAttrs()728 else_idx); in ConvertSubgraphIdxsToFunctionAttrs()731 mlir::SymbolRefAttr::get(builder.getContext(), func_names.at(else_idx)); in ConvertSubgraphIdxsToFunctionAttrs()
2518 volatile size_t else_idx; in bc_program_execStr() local2523 else_idx = bc_program_index(code, bgn); in bc_program_execStr()2528 idx = exec ? then_idx : else_idx; in bc_program_execStr()2537 if (exec || (else_idx != SIZE_MAX)) in bc_program_execStr()
2528 int else_idx = ctx->block_count; in emit_if() local2544 then_branch->branch.target_block = else_idx; in emit_if()