Home
last modified time | relevance | path

Searched refs:flow_loops_find (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/gcc/
HDloop-init.c65 if (flow_loops_find (loops) <= 1) in loop_optimizer_init()
HDcfgloop.h182 extern int flow_loops_find (struct loops *);
HDcfgloop.c593 flow_loops_find (struct loops *loops) in flow_loops_find() function
HDpredict.c1294 flow_loops_find (&loops_info); in tree_estimate_probability()
HDtree-ssa-dom.c279 flow_loops_find (&loops_info); in tree_ssa_dominator_optimize()
HDifcvt.c3860 flow_loops_find (&loops); in if_convert()
HDChangeLog-20003836 * flow.c (flow_loops_find): Change callers.
8856 (flow_loops_find): Add flags to prototype.
8861 (flow_loops_find): New argument flags.
8863 * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
10446 (flow_loops_find): Call flow_loop_entry_edges_find.
13086 (flow_loops_find): Allocate rc_order and swap usage with
29692 * flow.c (flow_loops_find): Compute loop->first and loop->last.
30275 (flow_loops_find): Set loops->levels.
31738 (flow_loops_find): Likewise.
HDChangeLog-2005955 * cfgloop.c (flow_loops_cfg_dump, flow_loops_find, get_loop_body): Ditto.
30457 (flow_loops_find): Flags argument removed. Do not call flow_loop_scan.
30467 flow_loops_find.
30469 (if_convert): Call flow_loops_find and flow_loops_free
30472 ifcvt.c. Removed the flow_loops_find, flow_loops_free and
30474 * loop-init.c (flow_loops_find): Ditto.
30476 * lambda-code.c (perfect_nestify): Do not call flow_loops_find.
30481 (tree_estimate_probability): Do not pass flags to flow_loops_find.
31205 (flow_loops_find): Reset the max loop depth count before finding loops.
HDChangeLog-200215066 canonicale_loop_headers, flow_loops_find): Likewise.
18800 (flow_loops_find): Store results in new format.
18968 * cfgloop.c (flow_loops_find): Initialize first and last fields
19705 * cfgloop.c (flow_loop_scan, flow_loops_find): Likewise.
20214 * cfgloop.c (flow_loops_cfg_dump, flow_loops_find):
21664 flow_loops_find, flow_loop_outside_edge_p): Modified.
HDChangeLog-1999723 (flow_loops_find): Initialize the loop_depth for each basic block.
1773 (flow_loops_find, flow_loop_outside_edge_p): Likewise.
1775 (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
HDChangeLog-20041250 (flow_loops_find): Don't set loop->levels.
8967 (flow_loops_find): Initialize the parallel_p field to true for all
10762 (flow_loops_find): Likewise.
14803 flow_loop_entry_edges_find, flow_loops_find,
20990 (canonicalize_loop_headers, flow_loops_find): Do not free dominance
47818 * cfgloop.c (flow_loops_find): Always free the sbitmap
HDChangeLog-2001591 * cfgloop.c (flow_loops_find): Use the information of the depth
11695 flow_loops_find, flow_loops_update, flow_loop_outside_edge_p):
17892 * flow.c (flow_loops_find): Free dom if we found no loops, since
32486 (flow_loops_find) ... here.
HDChangeLog-2003234 flow_loop_scan, canonicalize_loop_headers, flow_loops_find): Updated
34997 (struct loop, struct loops, flow_loops_find, flow_loops_update,
35021 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
35769 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
HDChangeLog.tree-ssa3584 flow_loop_scan, canonicalize_loop_headers, flow_loops_find): Updated