Home
last modified time | relevance | path

Searched refs:collectParametricTerms (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1163 void collectParametricTerms(const SCEV *Expr,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3282 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize()
3283 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize()
DScalarEvolution.cpp8632 void ScalarEvolution::collectParametricTerms(const SCEV *Expr, in collectParametricTerms() function in ScalarEvolution
8969 collectParametricTerms(Expr, Terms); in delinearize()