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

  /src/external/gpl3/gcc/dist/gcc/
tree-complex.cc 56 VARYING = 3
149 mapped to VARYING. */
190 /* Mark the incoming parameters to the function as VARYING. */
200 complex_lattice_values[SSA_NAME_VERSION (ssa_name)] = VARYING;
372 if (op1_l == VARYING || op2_l == VARYING)
373 new_l = VARYING;
399 new_l = VARYING;
408 return new_l == VARYING ? SSA_PROP_VARYING : SSA_PROP_INTERESTING;
442 return new_l == VARYING ? SSA_PROP_VARYING : SSA_PROP_INTERESTING
    [all...]
tree-ssa-ccp.cc 46 VARYING -> V_i cannot take a constant value, or if it
84 that instead of consider it VARYING (a_9 and a_10 have
103 UNSIGNED types never go to VARYING because the bits above the
106 maximum precision of the target. Such variables can go to VARYING,
164 VARYING
214 case VARYING:
273 nodes are considered VARYING.
276 considered VARYING. */
291 consider it VARYING. */
298 val.lattice_val = VARYING;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-complex.cc 56 VARYING = 3
149 mapped to VARYING. */
190 /* Mark the incoming parameters to the function as VARYING. */
200 complex_lattice_values[SSA_NAME_VERSION (ssa_name)] = VARYING;
367 if (op1_l == VARYING || op2_l == VARYING)
368 new_l = VARYING;
394 new_l = VARYING;
403 return new_l == VARYING ? SSA_PROP_VARYING : SSA_PROP_INTERESTING;
437 return new_l == VARYING ? SSA_PROP_VARYING : SSA_PROP_INTERESTING
    [all...]
tree-ssa-ccp.cc 46 VARYING -> V_i cannot take a constant value, or if it
84 that instead of consider it VARYING (a_9 and a_10 have
103 UNSIGNED types never go to VARYING because the bits above the
106 maximum precision of the target. Such variables can go to VARYING,
162 VARYING
212 case VARYING:
271 nodes are considered VARYING.
274 considered VARYING. */
289 consider it VARYING. */
296 val.lattice_val = VARYING;
    [all...]

Completed in 15 milliseconds