Searched refs:collectParametricTerms (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 878 SE.collectParametricTerms(AF2, Terms); in getDelinearizationTerms() 901 SE.collectParametricTerms(Pair.second, Terms); in getDelinearizationTerms()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1540 void collectParametricTerms(const SCEV *Expr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 992 void collectParametricTerms(const SCEV *Expr,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1055 void collectParametricTerms(const SCEV *Expr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3299 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize() 3300 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize()
|
D | ScalarEvolution.cpp | 11088 void ScalarEvolution::collectParametricTerms(const SCEV *Expr, in collectParametricTerms() function in ScalarEvolution 11384 collectParametricTerms(Expr, Terms); in delinearize()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3213 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize() 3214 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize()
|
D | ScalarEvolution.cpp | 9054 void ScalarEvolution::collectParametricTerms(const SCEV *Expr, in collectParametricTerms() function in ScalarEvolution 9386 collectParametricTerms(Expr, Terms); in delinearize()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3399 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearizeParametricSize() 3400 SE->collectParametricTerms(DstAR, Terms); in tryDelinearizeParametricSize()
|
D | ScalarEvolution.cpp | 11559 void ScalarEvolution::collectParametricTerms(const SCEV *Expr, in collectParametricTerms() function in ScalarEvolution 11856 collectParametricTerms(Expr, Terms); in delinearize()
|