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

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 499 gimple *single_nonlooparound_use (tree name);
2224 pcom_worker::single_nonlooparound_use (tree name) function in class:pcom_worker
2268 next = single_nonlooparound_use (name);
2290 next = single_nonlooparound_use (name);
2639 stmt = single_nonlooparound_use (*name);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 499 gimple *single_nonlooparound_use (tree name);
2193 pcom_worker::single_nonlooparound_use (tree name) function in class:pcom_worker
2237 next = single_nonlooparound_use (name);
2259 next = single_nonlooparound_use (name);
2608 stmt = single_nonlooparound_use (*name);

Completed in 28 milliseconds