Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDependenceAnalysis.cpp1234 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest() local
1237 NewDirection = Dependence::DVEntry::LT; in strongSIVtest()
1239 NewDirection |= Dependence::DVEntry::EQ; in strongSIVtest()
1242 NewDirection |= Dependence::DVEntry::GT; in strongSIVtest()
1243 if (NewDirection < Result.DV[Level].Direction) in strongSIVtest()
1245 Result.DV[Level].Direction &= NewDirection; in strongSIVtest()
1586 unsigned NewDirection = Dependence::DVEntry::NONE; in exactSIVtest() local
1602 NewDirection |= Dependence::DVEntry::LT; in exactSIVtest()
1628 NewDirection |= Dependence::DVEntry::EQ; in exactSIVtest()
1645 NewDirection |= Dependence::DVEntry::GT; in exactSIVtest()
[all …]