HomeSort by relevance Sort by last modified time
    Searched defs:ssa_name (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow.h 186 ssa_name node itself (named 'imm_uses'). This node is uniquely
188 pointing back to the ssa_name node itself. This node forms the
215 /* This marks the last use in the list (use node from SSA_NAME) */
219 /* This is the next ssa_name to visit. IMM_USE may get removed before
292 #define ssa_name(i) ((*cfun->gimple_df->ssa_names)[(i)]) macro
tree-flow-inline.h 161 if (!def || TREE_CODE (def) != SSA_NAME)
532 for ssa_name is definitely simpler; don't let invalid contents
538 if (TREE_CODE (t) == SSA_NAME)
613 if (TREE_CODE (*val) == SSA_NAME
653 if (TREE_CODE (val) == SSA_NAME
1094 if (TREE_CODE (var) == SSA_NAME)
1186 /* Return an SSA_NAME node for variable VAR defined in statement STMT
1195 /* Return an SSA_NAME node using the template SSA name NAME defined in
1213 /* Return an anonymous SSA_NAME node for type TYPE defined in statement STMT
1219 tree ssa_name; local
    [all...]
tree.h 473 /* SSA version number. This field is only used with SSA_NAME. */
485 SSA_NAME
652 SSA_NAME
674 SSA_NAME
713 SSA_NAME
1960 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc; member in union:ssa_use_operand_d::__anon49196
    [all...]

Completed in 100 milliseconds