Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2076 bool IsTrueDataDependence = (AIsWrite && !BIsWrite); in isDependent() local
2085 if (IsTrueDataDependence && EnableForwardingConflictDetection) { in isDependent()
2215 bool IsTrueDataDependence = (!AIsWrite && BIsWrite); in isDependent() local
2217 if (IsTrueDataDependence && EnableForwardingConflictDetection && in isDependent()