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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 126 and with contains_variable and bottom flags cleared. BOTTOM is represented
128 contains_variable flag should be disregarded. */
141 bool contains_variable = false; member in struct:ipcp_lattice
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 237 and with contains_variable and bottom flags cleared. BOTTOM is represented
239 contains_variable flag should be disregarded. */
252 bool contains_variable; member in struct:ipcp_lattice
451 if (bottom || contains_variable || values_count != 1)
495 if (!values_count && !contains_variable)
501 if (contains_variable)
966 bool ret = !contains_variable;
967 contains_variable = true;
1865 && !lat->contains_variable
2252 && (src_lat->contains_variable
    [all...]

Completed in 26 milliseconds