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

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 509 gimple *find_use_stmt (tree *name);
2631 pcom_worker::find_use_stmt (tree *name) function in class:pcom_worker
2700 next = find_use_stmt (&lhs);
2725 stmt1 = find_use_stmt (name1);
2729 stmt2 = find_use_stmt (name2);
2830 stmt1 = find_use_stmt (&name1);
2831 stmt2 = find_use_stmt (&name2);
2848 s1 = find_use_stmt (&r1);
2854 s2 = find_use_stmt (&r2);
2861 s1 = find_use_stmt (&r1)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 509 gimple *find_use_stmt (tree *name);
2600 pcom_worker::find_use_stmt (tree *name) function in class:pcom_worker
2669 next = find_use_stmt (&lhs);
2694 stmt1 = find_use_stmt (name1);
2698 stmt2 = find_use_stmt (name2);
2799 stmt1 = find_use_stmt (&name1);
2800 stmt2 = find_use_stmt (&name2);
2817 s1 = find_use_stmt (&r1);
2823 s2 = find_use_stmt (&r2);
2830 s1 = find_use_stmt (&r1)
    [all...]

Completed in 26 milliseconds