Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1511 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1512 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()1610 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local1611 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()