HomeSort by: relevance | last modified time | path
    Searched defs:use_info (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
accesses.h 91 // The usual flags when printing a use_info from its user.
167 // Return true if the access is a use_info that simply marks a point in
172 // Return true if the access is a use_info for an instruction and if
240 // is null, a use_info for a debug instruction, or a use_info for a phi node.
242 // Providing this helps to optimize use_info::next_nondebug_insn_use.
245 // True if this access is a use_info for a debug instruction or
286 class use_info : public access_info class in namespace:rtl_ssa
340 use_info *prev_use () const;
341 use_info *next_use () const
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
accesses.h 91 // The usual flags when printing a use_info from its user.
167 // Return true if the access is a use_info that simply marks a point in
172 // Return true if the access is a use_info for an instruction and if
235 // is null, a use_info for a debug instruction, or a use_info for a phi node.
237 // Providing this helps to optimize use_info::next_nondebug_insn_use.
240 // True if this access is a use_info for a debug instruction or
287 class use_info : public access_info class in namespace:rtl_ssa
341 use_info *prev_use () const;
342 use_info *next_use () const
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ira.cc 3518 struct df_insn_info *use_info = DF_REF_INSN_INFO (use);
3520 if (use_info)
3528 : DF_INSN_INFO_LUID (use_info) < DF_INSN_INFO_LUID (def_info))
3497 struct df_insn_info *use_info = DF_REF_INSN_INFO (use); local
df.h 553 struct df_ref_info use_info; /* Use info. */
704 /* Macros to get the refs out of def_info or use_info refs table. If
720 #define DF_USES_TABLE_SIZE() (df->use_info.table_size)
721 #define DF_USES_GET(ID) (df->use_info.refs[(ID)])
722 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL))
723 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)])
724 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)])
552 struct df_ref_info use_info; \/* Use info. *\/ member in class:df_d
tree-vect-slp.cc 5941 stmt_vec_info use_info = vinfo->lookup_stmt (USE_STMT (use_p)); local
5943 if (!use_info)
5951 else if (!STMT_SLP_TYPE (vect_stmt_to_vectorize (use_info)))
5955 "Found loop_vect use: %G", use_info->stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 3506 struct df_insn_info *use_info = DF_REF_INSN_INFO (use);
3508 if (use_info)
3516 : DF_INSN_INFO_LUID (use_info) < DF_INSN_INFO_LUID (def_info))
3485 struct df_insn_info *use_info = DF_REF_INSN_INFO (use); local
df.h 553 struct df_ref_info use_info; /* Use info. */
704 /* Macros to get the refs out of def_info or use_info refs table. If
720 #define DF_USES_TABLE_SIZE() (df->use_info.table_size)
721 #define DF_USES_GET(ID) (df->use_info.refs[(ID)])
722 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL))
723 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)])
724 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)])
552 struct df_ref_info use_info; \/* Use info. *\/ member in class:df_d
tree-vect-slp.cc 4331 stmt_vec_info use_info = vinfo->lookup_stmt (USE_STMT (use_p)); local
4333 if (!use_info)
4341 else if (!STMT_SLP_TYPE (vect_stmt_to_vectorize (use_info)))
4345 "Found loop_vect use: %G", use_info->stmt);

Completed in 50 milliseconds