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

  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 1160 ANNOTATED_BB for the first BB in its equivalent class. */
1163 afdo_find_equiv_class (bb_set *annotated_bb)
1180 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1183 set_bb_annotated (bb, annotated_bb);
1192 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1195 set_bb_annotated (bb, annotated_bb);
1207 Update ANNOTATED_BB accordingly.
1211 afdo_propagate_edge (bool is_succ, bb_set *annotated_bb)
1238 if (!is_bb_annotated (bb, *annotated_bb))
1239 set_bb_annotated (bb, annotated_bb);
1534 bb_set annotated_bb; local
    [all...]
auto-profile.cc 1160 ANNOTATED_BB for the first BB in its equivalent class. */
1163 afdo_find_equiv_class (bb_set *annotated_bb)
1180 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1183 set_bb_annotated (bb, annotated_bb);
1192 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1195 set_bb_annotated (bb, annotated_bb);
1207 Update ANNOTATED_BB accordingly.
1211 afdo_propagate_edge (bool is_succ, bb_set *annotated_bb)
1238 if (!is_bb_annotated (bb, *annotated_bb))
1239 set_bb_annotated (bb, annotated_bb);
1534 bb_set annotated_bb; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 1159 ANNOTATED_BB for the first BB in its equivalent class. */
1162 afdo_find_equiv_class (bb_set *annotated_bb)
1179 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1182 set_bb_annotated (bb, annotated_bb);
1191 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1194 set_bb_annotated (bb, annotated_bb);
1206 Update ANNOTATED_BB accordingly.
1210 afdo_propagate_edge (bool is_succ, bb_set *annotated_bb)
1237 if (!is_bb_annotated (bb, *annotated_bb))
1238 set_bb_annotated (bb, annotated_bb);
1533 bb_set annotated_bb; local
    [all...]
auto-profile.cc 1159 ANNOTATED_BB for the first BB in its equivalent class. */
1162 afdo_find_equiv_class (bb_set *annotated_bb)
1179 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1182 set_bb_annotated (bb, annotated_bb);
1191 if (bb1->count > bb->count && is_bb_annotated (bb1, *annotated_bb))
1194 set_bb_annotated (bb, annotated_bb);
1206 Update ANNOTATED_BB accordingly.
1210 afdo_propagate_edge (bool is_succ, bb_set *annotated_bb)
1237 if (!is_bb_annotated (bb, *annotated_bb))
1238 set_bb_annotated (bb, annotated_bb);
1533 bb_set annotated_bb; local
    [all...]

Completed in 30 milliseconds