Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1553 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1554 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()1652 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local1653 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()