Searched refs:testSIV (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | DependenceAnalysis.h | 614 bool testSIV(const SCEV *Src,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | DependenceAnalysis.cpp | 2150 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV() function in DependenceInfo 3604 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends() 3656 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends() 3923 (void) testSIV(Pair[SI].Src, Pair[SI].Dst, Level, in getSplitIteration() 3962 (void) testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, in getSplitIteration()
|