Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1553 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
1554 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()
1652 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
1653 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()