Searched refs:testSIV (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 607 bool testSIV(const SCEV *Src,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2106 bool DependenceAnalysis::testSIV(const SCEV *Src, in testSIV() function in DependenceAnalysis 3589 if (testSIV(Pair[SI].Src, Pair[SI].Dst, Level, Result, NewConstraint, in depends() 3641 if (testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, Result, NewConstraint, in depends() 3935 (void) testSIV(Pair[SI].Src, Pair[SI].Dst, Level, in getSplitIteration() 3974 (void) testSIV(Pair[SJ].Src, Pair[SJ].Dst, Level, in getSplitIteration()
|