Lines Matching full:branch
63 static Bool clo_branch_sim = False; /* do branch simulation? */
110 BranchCC Bc; /* Conditional branch counts */
111 BranchCC Bi; /* Indirect branch counts */
440 which predicts the branch target address for indirect branches
508 Ev_Bc, // branch conditional
509 Ev_Bi // branch indirect (to unknown destination)
843 /* Conditional branch */
851 /* Branch to an unknown destination */
1237 // call branch predictor only if this is a branch in guest code
1243 we can pass it to the branch predictor simulation
1323 break; /* boring - branch to known address */
1325 /* looks like an indirect branch (branch to unknown) */
1655 /* If branch profiling is enabled, show branch overall results. */
1750 else if VG_BOOL_CLO(arg, "--branch-sim", clo_branch_sim) {}
1762 " --branch-sim=yes|no [no] collect branch prediction stats?\n"
1784 VG_(details_description) ("a cache and branch-prediction profiler");