Lines Matching refs:USE
29 /* This represents a pointer to a USE operand. */
36 /* This represents the USE operands of a stmt. */
67 #define SET_USE(USE, V) set_ssa_use_from_ptr (USE, V)
70 #define USE_STMT(USE) (USE)->loc.stmt
89 #define PHI_ARG_INDEX_FROM_USE(USE) phi_arg_index_from_use (USE)
108 /* Return the tree pointed-to by USE. */
110 get_use_from_ptr (use_operand_p use)
112 return *(use->use);