Home | History | Annotate | Download | only in info

Lines Matching full:ssa_name

3305      `SSA_NAME', and all occurrences of other variables will be
3312 This pass scans the function for uses of `SSA_NAME's that are fed
7026 `VAR_DECL', `PARM_DECL' or `SSA_NAME' tree node. This provides a very
7306 use iterators, you may examine every use of any `SSA_NAME'. For
7425 We represent variable versions using `SSA_NAME' nodes. The renaming
7427 `SSA_NAME' node which contains the version number and the statement
7428 that created the `SSA_NAME'. Only definitions and virtual definitions
7429 may create new `SSA_NAME' nodes.
7456 Returns the `SSA_NAME' created by PHI node PHI (i.e., PHI's LHS).
7464 element of this tuple contains an `SSA_NAME' VAR and the incoming
7471 Returns the `SSA_NAME' for the Ith argument of PHI.
7607 10.5.3 Examining `SSA_NAME' nodes
7610 The following macros can be used to examine `SSA_NAME' nodes
7613 Returns the statement S that creates the `SSA_NAME' VAR. If S is
7618 Returns the version number of the `SSA_NAME' object VAR.
7624 Walks use-def chains starting at the `SSA_NAME' node VAR. Calls