Searched refs:testZIV (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 596 bool testZIV(const SCEV *Src,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 600 bool testZIV(const SCEV *Src,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 601 bool testZIV(const SCEV *Src,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1096 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV() function in DependenceInfo 3597 if (testZIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends() 3688 if (testZIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1019 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV() function in DependenceInfo 3513 if (testZIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends() 3604 if (testZIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1098 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV() function in DependenceInfo 3676 if (testZIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends() 3767 if (testZIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()
|