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

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 526 gimple *reassociate_to_the_same_stmt (tree name1, tree name2);
2820 pcom_worker::reassociate_to_the_same_stmt (tree name1, tree name2) function in class:pcom_worker
2916 return reassociate_to_the_same_stmt (name1, name2);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 526 gimple *reassociate_to_the_same_stmt (tree name1, tree name2);
2789 pcom_worker::reassociate_to_the_same_stmt (tree name1, tree name2) function in class:pcom_worker
2885 return reassociate_to_the_same_stmt (name1, name2);

Completed in 27 milliseconds