Searched refs:testSIV (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 651 bool testSIV(const SCEV *Src,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 2245 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV() function in DependenceInfo 3861 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends() 3913 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends() 4202 (void) testSIV(Pair[SI].Src, Pair[SI].Dst, Level, in getSplitIteration() 4242 (void)testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in getSplitIteration()
|