Home
last modified time | relevance | path

Searched refs:IsTrueDataDependence (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1511 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1512 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()
1610 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
1611 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()