Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1915 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1916 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()2012 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local2013 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()