Home
last modified time | relevance | path

Searched refs:count_scale (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-optimize.c125 gcov_type count_scale; in execute_fixup_cfg() local
130 count_scale = ((cgraph_get_node (current_function_decl)->count in execute_fixup_cfg()
134 count_scale = REG_BR_PROB_BASE; in execute_fixup_cfg()
137 EXIT_BLOCK_PTR->count = (EXIT_BLOCK_PTR->count * count_scale in execute_fixup_cfg()
141 e->count = (e->count * count_scale in execute_fixup_cfg()
146 bb->count = (bb->count * count_scale in execute_fixup_cfg()
180 e->count = (e->count * count_scale in execute_fixup_cfg()
202 if (count_scale != REG_BR_PROB_BASE) in execute_fixup_cfg()
H A Dcgraphclones.c101 gimple call_stmt, unsigned stmt_uid, gcov_type count_scale, in cgraph_clone_edge() argument
105 gcov_type count = e->count * count_scale / REG_BR_PROB_BASE; in cgraph_clone_edge()
180 gcov_type count_scale; in cgraph_clone_node() local
205 count_scale = REG_BR_PROB_BASE; in cgraph_clone_node()
207 count_scale = new_node->count * REG_BR_PROB_BASE / n->count; in cgraph_clone_node()
210 count_scale = 0; in cgraph_clone_node()
228 count_scale, freq, update_original); in cgraph_clone_node()
232 count_scale, freq, update_original); in cgraph_clone_node()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-optimize.c125 gcov_type count_scale; in execute_fixup_cfg() local
130 count_scale = ((cgraph_get_node (current_function_decl)->count in execute_fixup_cfg()
134 count_scale = REG_BR_PROB_BASE; in execute_fixup_cfg()
137 EXIT_BLOCK_PTR->count = (EXIT_BLOCK_PTR->count * count_scale in execute_fixup_cfg()
141 e->count = (e->count * count_scale in execute_fixup_cfg()
146 bb->count = (bb->count * count_scale in execute_fixup_cfg()
180 e->count = (e->count * count_scale in execute_fixup_cfg()
202 if (count_scale != REG_BR_PROB_BASE) in execute_fixup_cfg()
H A Dcgraphclones.c101 gimple call_stmt, unsigned stmt_uid, gcov_type count_scale, in cgraph_clone_edge() argument
105 gcov_type count = e->count * count_scale / REG_BR_PROB_BASE; in cgraph_clone_edge()
180 gcov_type count_scale; in cgraph_clone_node() local
205 count_scale = REG_BR_PROB_BASE; in cgraph_clone_node()
207 count_scale = new_node->count * REG_BR_PROB_BASE / n->count; in cgraph_clone_node()
210 count_scale = 0; in cgraph_clone_node()
228 count_scale, freq, update_original); in cgraph_clone_node()
232 count_scale, freq, update_original); in cgraph_clone_node()
/dports/misc/amanda-server/amanda-3.3.9/amplot/
H A Damplot.awk69 count_scale= 1.0/3.0; # new scale
205 run = $18*count_scale+que_raise;
210 finish = written * count_scale+que_raise;
215 tapeQ = $16 * count_scale+que_raise;
332 printf plot_fmt, tim, finish_old, tim, written*count_scale+que_raise >>"finished";
/dports/misc/amanda-client/amanda-3.3.9/amplot/
H A Damplot.awk69 count_scale= 1.0/3.0; # new scale
205 run = $18*count_scale+que_raise;
210 finish = written * count_scale+que_raise;
215 tapeQ = $16 * count_scale+que_raise;
332 printf plot_fmt, tim, finish_old, tim, written*count_scale+que_raise >>"finished";
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcgraphclones.c89 gcov_type count_scale, int freq_scale, bool update_original) in clone() argument
92 gcov_type gcov_count = apply_probability (count, count_scale); in clone()
412 gcov_type count_scale; in create_clone() local
457 count_scale = REG_BR_PROB_BASE; in create_clone()
459 count_scale = GCOV_COMPUTE_SCALE (new_node->count, count); in create_clone()
462 count_scale = 0; in create_clone()
483 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, count_scale, in create_clone()
488 count_scale, freq, update_original); in create_clone()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcgraphclones.c108 gimple call_stmt, unsigned stmt_uid, gcov_type count_scale, in cgraph_clone_edge() argument
112 gcov_type count = apply_probability (e->count, count_scale); in cgraph_clone_edge()
431 gcov_type count_scale; in cgraph_clone_node() local
471 count_scale = REG_BR_PROB_BASE; in cgraph_clone_node()
473 count_scale = GCOV_COMPUTE_SCALE (new_node->count, n->count); in cgraph_clone_node()
476 count_scale = 0; in cgraph_clone_node()
497 count_scale, freq, update_original); in cgraph_clone_node()
501 count_scale, freq, update_original); in cgraph_clone_node()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcgraphclones.c89 gcov_type count_scale, int freq_scale, bool update_original) in clone() argument
92 gcov_type gcov_count = apply_probability (count, count_scale); in clone()
412 gcov_type count_scale; in create_clone() local
457 count_scale = REG_BR_PROB_BASE; in create_clone()
459 count_scale = GCOV_COMPUTE_SCALE (new_node->count, count); in create_clone()
462 count_scale = 0; in create_clone()
483 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, count_scale, in create_clone()
488 count_scale, freq, update_original); in create_clone()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcgraph.c887 tree call_stmt, gcov_type count_scale, int loop_nest, in cgraph_clone_edge() argument
893 e->count * count_scale / REG_BR_PROB_BASE, in cgraph_clone_edge()
918 gcov_type count_scale; in cgraph_clone_node() local
934 count_scale = new->count * REG_BR_PROB_BASE / n->count; in cgraph_clone_node()
936 count_scale = 0; in cgraph_clone_node()
945 cgraph_clone_edge (e, new, e->call_stmt, count_scale, loop_nest, in cgraph_clone_node()
H A Dtree-inline.c738 copy_basic_block->count = bb->count * count_scale / REG_BR_PROB_BASE; in copy_bb()
846 copy_edges_for_bb (basic_block bb, int count_scale) in copy_edges_for_bb() argument
868 new->count = old_edge->count * count_scale / REG_BR_PROB_BASE; in copy_edges_for_bb()
938 int count_scale, frequency_scale; in copy_cfg_body() local
941 count_scale = (REG_BR_PROB_BASE * count in copy_cfg_body()
944 count_scale = 1; in copy_cfg_body()
951 frequency_scale = count_scale; in copy_cfg_body()
992 (ENTRY_BLOCK_PTR_FOR_FUNCTION (callee_cfun)->count * count_scale / in copy_cfg_body()
998 (EXIT_BLOCK_PTR_FOR_FUNCTION (callee_cfun)->count * count_scale / in copy_cfg_body()
1024 bb->aux = copy_bb (id, bb, frequency_scale, count_scale); in copy_cfg_body()
[all …]
H A Dipa-prop.h137 gcov_type count_scale; member
/dports/games/triplane/triplane-classic-1.08.r20130224/src/gfx/
H A Dfont.h42 void count_scale(void);
H A Dfont.cpp64 count_scale(); in Font()
181 void Font::count_scale(void) { in count_scale() function in Font
/dports/math/R-cran-survey/survey/R/
H A Dsvyhist.R24 h$count_scale <- mean(diff(h$breaks))*sum(weights(design, "sampling"))
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mapi/glapi/gen/
H A Dgl_marshal.py203 if p.count_scale != 1:
207 p.name, p.counter, p.count_scale))
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/lang/clover/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/graphics/libosmesa/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/graphics/mesa-libs/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mapi/glapi/gen/
H A Dgl_marshal.py219 if p.count_scale != 1:
223 p.name, p.counter, p.count_scale))
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mapi/glapi/gen/
H A Dgl_marshal.py223 if p.count_scale != 1:
227 p.name, p.counter, p.count_scale))

1234567