Searched refs:exactRDIVtest (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 735 bool exactRDIVtest(const SCEV *SrcCoeff,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 739 bool exactRDIVtest(const SCEV *SrcCoeff,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 740 bool exactRDIVtest(const SCEV *SrcCoeff,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1894 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() function in DependenceInfo 2270 return exactRDIVtest(SrcCoeff, DstCoeff, in testRDIV()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1817 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() function in DependenceInfo 2193 return exactRDIVtest(SrcCoeff, DstCoeff, in testRDIV()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1883 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() function in DependenceInfo 2259 return exactRDIVtest(SrcCoeff, DstCoeff, in testRDIV()
|