Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1255 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1256 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()1352 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local1353 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()