Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance
1101 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local1102 if (IsTrueDataDependence && in isDependent()1205 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local1206 if (IsTrueDataDependence && in isDependent()