Home
last modified time | relevance | path

Searched refs:distribute_loop (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c649 int distribute_loop (class loop *loop, vec<gimple *> stmts,
2945 loop_distribution::distribute_loop (class loop *loop, vec<gimple *> stmts, in distribute_loop() function
3371 = distribute_loop (loop, work_list, cd, &nb_generated_calls, in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc654 int distribute_loop (class loop *loop, const vec<gimple *> &stmts,
2984 loop_distribution::distribute_loop (class loop *loop, in distribute_loop() function in loop_distribution
3861 = distribute_loop (loop, work_list, cd, &nb_generated_calls, in execute()
H A DChangeLog-201711959 (distribute_loop): Don't do runtime alias check when distributing
11976 (distribute_loop): Don't do runtime alias check in case of loop nest
20504 (distribute_loop): Likewise.
23532 (distribute_loop): Remove code handling loop with unknown niters.
25063 (distribute_loop): Handle alias data dependence specially. Factor
25071 (distribute_loop): Compute statements in all partitions and pass it
25082 (distribute_loop): Update calls to partition_merge_into.
25091 (distribute_loop): Release data dependence hash table.
25099 (distribute_loop): Call share_memory_accesses.
25110 (distribute_loop): Remve data refs from vertice data of partition
[all …]
H A DChangeLog.gimple-classes1086 (distribute_loop): Likewise.
H A DChangeLog-201311036 (distribute_loop): Likewise.
12644 (distribute_loop): First apply all non-dependence based
16449 (distribute_loop): Record number of library calls generated. Adjust.
17939 * tree-loop-distribution.c (distribute_loop): Apply the cost
18606 (distribute_loop): Pass on control dependences.
18724 (distribute_loop): ... this function. Do not compute starting
18746 (distribute_loop): Do not distribute loops containing stmts
18894 (distribute_loop): Compute loop-nest here and pass it to build_rdg.
19226 (distribute_loop): Update for RDG API changes.
H A DChangeLog-20193497 (distribute_loop): Same as above.
25539 (distribute_loop): Sort a non-builtin partition last if
27627 (distribute_loop): Pass in whether to only distribute patterns.
32704 (distribute_loop): Don't do runtime alias check if there is non-
H A DChangeLog-201619044 * tree-loop-distribution.c (distribute_loop): Fix issue with
24099 * tree-loop-distribution.c (distribute_loop): Move *destroy_p
24238 (distribute_loop): Likewise.
H A DChangeLog-201822041 (distribute_loop): Update call to above function.
31072 (finalize_partitions, distribute_loop): Don't fuse partition of
H A DChangeLog-2010324 (distribute_loop): Update call to build_rdg. Allocate and free
39323 * tree-loop-distribution.c (distribute_loop): Fix declaration and
H A DChangeLog-202119603 (loop_distribution::distribute_loop): Same.
H A DChangeLog-201222625 (distribute_loop): Do not check number of loop nodes here.