Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1861 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1862 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()1958 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local1959 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()