Home
last modified time | relevance | path

Searched refs:scale_rest (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-manip.c1037 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1067 scale_rest = REG_BR_PROB_BASE; in tree_transform_and_unroll_loop()
1070 prob_entry, scale_unrolled, scale_rest, true); in tree_transform_and_unroll_loop()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-manip.c1047 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1077 scale_rest = REG_BR_PROB_BASE; in tree_transform_and_unroll_loop()
1080 prob_entry, scale_unrolled, scale_rest, true); in tree_transform_and_unroll_loop()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-manip.c1037 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1067 scale_rest = REG_BR_PROB_BASE; in tree_transform_and_unroll_loop()
1070 prob_entry, scale_unrolled, scale_rest, true); in tree_transform_and_unroll_loop()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-manip.c1170 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1200 scale_rest = REG_BR_PROB_BASE; in tree_transform_and_unroll_loop()
1203 prob_entry, scale_unrolled, scale_rest, true); in tree_transform_and_unroll_loop()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-manip.c1170 unsigned est_niter, prob_entry, scale_unrolled, scale_rest, freq_e, freq_h; in tree_transform_and_unroll_loop() local
1200 scale_rest = REG_BR_PROB_BASE; in tree_transform_and_unroll_loop()
1203 prob_entry, scale_unrolled, scale_rest, true); in tree_transform_and_unroll_loop()
/dports/print/py-python-ly/python-ly-0.9.6/
H A DChangeLog10 - Fixed #107 MusicXML: scale_rest bug
/dports/print/py-python-ly/python-ly-0.9.6/ly/musicxml/
H A Dly2xml_mediator.py545 self.scale_rest(bs)
652 def scale_rest(self, bs): member in Mediator