Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h552 bool checkSrcSubscript(const SCEV *Src,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp853 bool DependenceInfo::checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, in checkSrcSubscript() function in DependenceInfo
871 return checkSrcSubscript(Start, LoopNest, Loops); in checkSrcSubscript()
909 if (!checkSrcSubscript(Src, SrcLoopNest, SrcLoops)) in classifyPair()