Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-sink.c232 tree usestmt = USE_STMT (use_p); in nearest_common_dominator_of_uses() local
235 if (TREE_CODE (usestmt) == PHI_NODE) in nearest_common_dominator_of_uses()
239 useblock = PHI_ARG_EDGE (usestmt, idx)->src; in nearest_common_dominator_of_uses()
243 useblock = bb_for_stmt (usestmt); in nearest_common_dominator_of_uses()