Searched refs:find_released_ssa_name (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa.h52 extern tree find_released_ssa_name (tree *, int *, void *);
H A Dtree-ssa.cc276 find_released_ssa_name (tree *tp, int *walk_subtrees, void *data_) function
354 if (value && walk_tree (&value, find_released_ssa_name, NULL, NULL))
403 || walk_gimple_op (def_stmt, find_released_ssa_name, &wi))
H A Dcfgloop.cc1572 find_released_ssa_name, NULL, NULL)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa.c276 find_released_ssa_name (tree *tp, int *walk_subtrees, void *data_) function
354 if (value && walk_tree (&value, find_released_ssa_name, NULL, NULL))
403 || walk_gimple_op (def_stmt, find_released_ssa_name, &wi))

Completed in 145 milliseconds