Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
2044 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local2048 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()2145 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local2147 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()