Searched refs:testMIV (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 633 bool testMIV(const SCEV *Src,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 637 bool testMIV(const SCEV *Src,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 638 bool testMIV(const SCEV *Src,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2284 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV() function in DependenceInfo 3616 if (testMIV(Pair[SI].Src, Pair[SI].Dst, Pair[SI].Loops, Result)) in depends() 3724 if (testMIV(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops, Result)) in depends()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2207 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV() function in DependenceInfo 3532 if (testMIV(Pair[SI].Src, Pair[SI].Dst, Pair[SI].Loops, Result)) in depends() 3640 if (testMIV(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops, Result)) in depends()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2273 bool DependenceInfo::testMIV(const SCEV *Src, const SCEV *Dst, in testMIV() function in DependenceInfo 3695 if (testMIV(Pair[SI].Src, Pair[SI].Dst, Pair[SI].Loops, Result)) in depends() 3803 if (testMIV(Pair[SJ].Src, Pair[SJ].Dst, Pair[SJ].Loops, Result)) in depends()
|