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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 196 static unsigned n_const_val; variable
374 || SSA_NAME_VERSION (var) >= n_const_val)
895 n_const_val = num_ssa_names;
896 const_val = XCNEWVEC (ccp_prop_value_t, n_const_val);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 194 static unsigned n_const_val; variable
372 || SSA_NAME_VERSION (var) >= n_const_val)
883 n_const_val = num_ssa_names;
884 const_val = XCNEWVEC (ccp_prop_value_t, n_const_val);

Completed in 26 milliseconds