HomeSort by: relevance | last modified time | path
    Searched defs:values_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 139 int values_count = 0; member in struct:ipcp_lattice
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 250 int values_count; member in struct:ipcp_lattice
451 if (bottom || contains_variable || values_count != 1)
495 if (!values_count && !contains_variable)
1866 && lat->values_count == 0)
1995 if (!same_lat_gen_level && values_count == opt_for_fn (cs->caller->decl,
2013 values_count++;
2253 || (src_lat->values_count > 1)))
2323 || (src_lat->values_count > 1)))

Completed in 27 milliseconds