Lines Matching refs:complexity
301 int complexity; member
8128 VAR_LOC_DEPTH (var).complexity = 0; in loc_exp_dep_alloc()
8301 if (!best_depth.complexity) in update_depth()
8308 if (!saved_depth.complexity) in update_depth()
8316 if (saved_depth.complexity < best_depth.complexity) in update_depth()
8383 elcd->depth.complexity = elcd->depth.entryvals = 0; in vt_expand_var_loc_chain()
8392 gcc_checking_assert (depth.complexity in vt_expand_var_loc_chain()
8397 if (!depth.complexity && GET_CODE (result) == ENTRY_VALUE) in vt_expand_var_loc_chain()
8399 depth.complexity++; in vt_expand_var_loc_chain()
8402 if (depth.complexity <= EXPR_USE_DEPTH) in vt_expand_var_loc_chain()
8414 depth.complexity = depth.entryvals = 0; in vt_expand_var_loc_chain()
8446 gcc_checking_assert (!depth.complexity == !result); in vt_expand_var_loc_chain()
8534 gcc_checking_assert (VAR_LOC_1PAUX (var)->depth.complexity); in vt_expand_loc_callback()
8606 (d).depth.complexity = (d).depth.entryvals = 0; \