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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 257 struct gcse_expr
264 struct gcse_expr *next_same_hash;
322 struct gcse_expr **table;
345 struct gcse_expr * expr; /* Gcse expression reference for LM. */
483 static bool pre_expr_reaches_here_p (basic_block, struct gcse_expr *,
485 static void insert_insn_end_basic_block (struct gcse_expr *, basic_block);
486 static void pre_insert_copy_insn (struct gcse_expr *, rtx_insn *);
496 static bool should_hoist_expr_to_dom (basic_block, struct gcse_expr *,
505 static rtx_insn *process_insert_insn (struct gcse_expr *);
506 static bool pre_edge_insert (struct edge_list *, struct gcse_expr **);
256 struct gcse_expr struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 257 struct gcse_expr
264 struct gcse_expr *next_same_hash;
322 struct gcse_expr **table;
345 struct gcse_expr * expr; /* Gcse expression reference for LM. */
483 static int pre_expr_reaches_here_p (basic_block, struct gcse_expr *,
485 static void insert_insn_end_basic_block (struct gcse_expr *, basic_block);
486 static void pre_insert_copy_insn (struct gcse_expr *, rtx_insn *);
496 static int should_hoist_expr_to_dom (basic_block, struct gcse_expr *,
505 static rtx_insn *process_insert_insn (struct gcse_expr *);
506 static int pre_edge_insert (struct edge_list *, struct gcse_expr **);
256 struct gcse_expr struct
    [all...]

Completed in 22 milliseconds