Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
3744 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local3745 if (IsTrueDataDependence && in isDependent()3792 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local3793 if (IsTrueDataDependence && in isDependent()