Searched refs:testSIV (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 610 bool testSIV(const SCEV *Src,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2073 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV() function in DependenceInfo 3520 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends() 3572 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends() 3866 (void) testSIV(Pair[SI].Src, Pair[SI].Dst, Level, in getSplitIteration() 3905 (void) testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, in getSplitIteration()
|