Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1523 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1524 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()1622 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local1623 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()