Searched refs:cse_basic_block (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dcse.c339 cse_basic_block. We increment this variable at the beginning of
340 the current run of cse_basic_block. The timestamp field of a
343 cse_basic_block. */
548 /* This data describes a block that will be processed by cse_basic_block. */
625 static rtx cse_basic_block (rtx, rtx, struct branch_path *);
7043 cse_basic_block (insn, val.last, val.path);
7053 temp = cse_basic_block (insn, val.last, val.path);
7084 cse_basic_block (rtx from, rtx to, struct branch_path *next_branch)
7057 cse_basic_block (rtx from, rtx to, struct branch_path *next_branch) function

Completed in 94 milliseconds