Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
2179 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local2188 if (IsTrueDataDependence && EnableForwardingConflictDetection) { in isDependent()2286 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local2287 if (IsTrueDataDependence && EnableForwardingConflictDetection && ConstDist && in isDependent()