Home | History | Annotate | Download | only in info

Lines Matching full:ssa_name

5411      `SSA_NAME', and all occurrences of other variables will be
5418 This pass scans the function for uses of `SSA_NAME's that are fed
12623 split into simpler operands (for instance, `SSA_NAME', `VAR_DECL',
14434 `VAR_DECL', `PARM_DECL' or `SSA_NAME' tree node. This provides a very
14697 use iterators, you may examine every use of any `SSA_NAME'. For
14816 We represent variable versions using `SSA_NAME' nodes. The renaming
14818 `SSA_NAME' node which contains the version number and the statement
14819 that created the `SSA_NAME'. Only definitions and virtual definitions
14820 may create new `SSA_NAME' nodes.
14847 Returns the `SSA_NAME' created by PHI node PHI (i.e., PHI's LHS).
14855 element of this tuple contains an `SSA_NAME' VAR and the incoming
14862 Returns the `SSA_NAME' for the Ith argument of PHI.
15006 13.3.3 Examining `SSA_NAME' nodes
15009 The following macros can be used to examine `SSA_NAME' nodes
15012 Returns the statement S that creates the `SSA_NAME' VAR. If S is
15017 Returns the version number of the `SSA_NAME' object VAR.
15023 Walks use-def chains starting at the `SSA_NAME' node VAR. Calls