Home
last modified time | relevance | path

Searched refs:checkSubscript (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h971 /// checkSubscript - Helper function for checkSrcSubscript and
973 bool checkSubscript(const SCEV *Expr, const Loop *LoopNest,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp962 bool DependenceInfo::checkSubscript(const SCEV *Expr, const Loop *LoopNest, in checkSubscript() function in DependenceInfo
995 return checkSubscript(Start, LoopNest, Loops, IsSrc); in checkSubscript()
1002 return checkSubscript(Src, LoopNest, Loops, true); in checkSrcSubscript()
1009 return checkSubscript(Dst, LoopNest, Loops, false); in checkDstSubscript()