Home | History | Annotate | Download | only in info

Lines Matching full:ssa_name

5321      `SSA_NAME', and all occurrences of other variables will be
5328 This pass scans the function for uses of `SSA_NAME's that are fed
9262 `VAR_DECL', `PARM_DECL' or `SSA_NAME' tree node. This provides a very
9525 use iterators, you may examine every use of any `SSA_NAME'. For
9644 We represent variable versions using `SSA_NAME' nodes. The renaming
9646 `SSA_NAME' node which contains the version number and the statement
9647 that created the `SSA_NAME'. Only definitions and virtual definitions
9648 may create new `SSA_NAME' nodes.
9675 Returns the `SSA_NAME' created by PHI node PHI (i.e., PHI's LHS).
9683 element of this tuple contains an `SSA_NAME' VAR and the incoming
9690 Returns the `SSA_NAME' for the Ith argument of PHI.
9837 10.5.3 Examining `SSA_NAME' nodes
9840 The following macros can be used to examine `SSA_NAME' nodes
9843 Returns the statement S that creates the `SSA_NAME' VAR. If S is
9848 Returns the version number of the `SSA_NAME' object VAR.
9854 Walks use-def chains starting at the `SSA_NAME' node VAR. Calls