Searched refs:collectParametricTerms (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1540 void collectParametricTerms(const SCEV *Expr,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 974 void collectParametricTerms(const SCEV *Expr,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3288 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize() 3289 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize()
|
D | ScalarEvolution.cpp | 10780 void ScalarEvolution::collectParametricTerms(const SCEV *Expr, in collectParametricTerms() function in ScalarEvolution 11076 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()
|