Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
2076 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local2085 if (IsTrueDataDependence && EnableForwardingConflictDetection) { in isDependent()2215 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local2217 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()