Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h169 static bool isInterestingDependence(DepType Type);
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp599 bool MemoryDepChecker::Dependence::isInterestingDependence(DepType Type) { in isInterestingDependence() function in MemoryDepChecker::Dependence
844 if (Dependence::isInterestingDependence(Type)) in areDepsSafe()