Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1533 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1534 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()1632 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local1633 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()