Searched refs:force_branch (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/minor/
H A Dexecute.cc224 bool force_branch = thread->status() != ThreadContext::Suspended && local
232 pc_before, target, (force_branch ? " (forcing)" : ""));
237 force_branch;
251 if (inst->predictedTaken && !force_branch) {

Completed in 9 milliseconds