HomeSort by: relevance | last modified time | path
    Searched defs:prof_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cgraphclones.cc 104 profile_count prof_count = count.apply_scale (num, den); local
117 new_edge = n->create_edge (callee, call_stmt, prof_count, true);
123 prof_count, true);
129 new_edge = n->create_edge (callee, call_stmt, prof_count, true);
377 cgraph_node::create_clone (tree new_decl, profile_count prof_count,
394 /* When inlining we scale precisely to prof_count, when cloning we can
397 prof_count = count.combine_with_ipa_count (prof_count);
398 new_node->count = prof_count;
406 - prof_count.ipa ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphclones.cc 101 profile_count prof_count = count.apply_scale (num, den); local
114 new_edge = n->create_edge (callee, call_stmt, prof_count, true);
120 prof_count, true);
126 new_edge = n->create_edge (callee, call_stmt, prof_count, true);
366 cgraph_node::create_clone (tree new_decl, profile_count prof_count,
383 /* When inlining we scale precisely to prof_count, when cloning we can
386 prof_count = count.combine_with_ipa_count (prof_count);
387 new_node->count = prof_count;
394 - prof_count.ipa ()
    [all...]

Completed in 25 milliseconds