Home
last modified time | relevance | path

Searched refs:pass_tree_loop (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop.cc129 class pass_tree_loop : public gimple_opt_pass class
132 pass_tree_loop (gcc::context *ctxt) in pass_tree_loop() function in __anondeb245690211::pass_tree_loop
146 return new pass_tree_loop (ctxt); in make_pass_tree_loop()
H A Dpasses.def271 of pass_tree_loop. */
273 NEXT_PASS (pass_tree_loop);
274 PUSH_INSERT_PASSES_WITHIN (pass_tree_loop)
322 /* Pass group that runs when pass_tree_loop is disabled or there
H A DChangeLog-201323646 (pass_tree_loop): Replace declaration with that of...
24126 * tree-ssa-loop.c (pass_tree_loop): Convert from a global struct to a
H A DChangeLog-201429298 (pass_tree_loop::gate): Do not fixup loops here.
33550 (pass_tree_loop::gate): Call it.
H A DChangeLog-200511301 pass_unswitch): Rename to pass_tree_loop, pass_tree_loop_init,
H A DChangeLog-20154301 (pass_lim::execute): Allow to run outside pass_tree_loop.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop.c129 class pass_tree_loop : public gimple_opt_pass
132 pass_tree_loop (gcc::context *ctxt) in pass_tree_loop() function
146 return new pass_tree_loop (ctxt); in make_pass_tree_loop()
H A Dpasses.def258 of pass_tree_loop. */
260 NEXT_PASS (pass_tree_loop);
261 PUSH_INSERT_PASSES_WITHIN (pass_tree_loop)
304 /* Pass group that runs when pass_tree_loop is disabled or there