Home
last modified time | relevance | path

Searched defs:movables (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dloop.c637 struct loop_movables *movables = LOOP_MOVABLES (loop); local
1401 ignore_some_movables (movables) in ignore_some_movables() argument
1433 force_movables (movables) in force_movables() argument
1473 combine_movables (movables, regs) in combine_movables() argument
1615 regs_match_p (x, y, movables) in regs_match_p() argument
1644 rtx_equal_for_loop_p (x, y, movables, regs) in rtx_equal_for_loop_p() argument
2317 loop_movables_add (movables, m) in loop_movables_add() argument
2330 loop_movables_free (movables) in loop_movables_free() argument
6938 struct loop_movables *movables = LOOP_MOVABLES (loop); local
H A Dloop.h379 struct loop_movables movables; member