Home
last modified time | relevance | path

Searched refs:find_use_stmt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc509 gimple *find_use_stmt (tree *name);
2600 pcom_worker::find_use_stmt (tree *name) in find_use_stmt() function in pcom_worker
2669 next = find_use_stmt (&lhs); in find_associative_operation_root()
2694 stmt1 = find_use_stmt (name1); in find_common_use_stmt()
2698 stmt2 = find_use_stmt (name2); in find_common_use_stmt()
2799 stmt1 = find_use_stmt (&name1); in reassociate_to_the_same_stmt()
2800 stmt2 = find_use_stmt (&name2); in reassociate_to_the_same_stmt()
2817 s1 = find_use_stmt (&r1); in reassociate_to_the_same_stmt()
2823 s2 = find_use_stmt (&r2); in reassociate_to_the_same_stmt()
2830 s1 = find_use_stmt (&r1); in reassociate_to_the_same_stmt()
[all …]
H A DChangeLog-202122272 (find_use_stmt): Renamed to...
22273 (pcom_worker::find_use_stmt): ...this.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c2468 find_use_stmt (tree *name) in find_use_stmt() function
2537 next = find_use_stmt (&lhs); in find_associative_operation_root()
2562 stmt1 = find_use_stmt (name1); in find_common_use_stmt()
2566 stmt2 = find_use_stmt (name2); in find_common_use_stmt()
2667 stmt1 = find_use_stmt (&name1); in reassociate_to_the_same_stmt()
2668 stmt2 = find_use_stmt (&name2); in reassociate_to_the_same_stmt()
2685 s1 = find_use_stmt (&r1); in reassociate_to_the_same_stmt()
2691 s2 = find_use_stmt (&r2); in reassociate_to_the_same_stmt()
2698 s1 = find_use_stmt (&r1); in reassociate_to_the_same_stmt()
2700 s2 = find_use_stmt (&r2); in reassociate_to_the_same_stmt()
[all …]