Lines Matching refs:depTrace
325 // Add record to depTrace with commit parameter as false.
339 // Add the instruction to the depTrace.
383 // Add record to depTrace with commit parameter as true.
427 // empty. Since there are no records in the depTrace at this point, the
431 if (depTrace.empty()) {
432 // Store the record in depTrace.
433 depTrace.push_back(new_record);
499 // Store the record in depTrace.
500 depTrace.push_back(new_record);
505 // forward direction, the depTrace must have twice as many records
507 if (depTrace.size() == 2 * depWindowSize) {
512 // and remove them from the depTrace.
528 depTraceRevItr from_itr(depTrace.end());
529 depTraceRevItr until_itr(depTrace.begin());
567 depTraceRevItr from_itr(depTrace.end());
568 depTraceRevItr until_itr(depTrace.begin());
794 depTraceItr dep_trace_itr(depTrace.begin());
883 depTrace.erase(dep_trace_itr_start, dep_trace_itr);
956 // Write to trace all records in the depTrace.
957 writeDepTrace(depTrace.size());