Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h558 bool checkDstSubscript(const SCEV *Dst,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp878 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript() function in DependenceInfo
896 return checkDstSubscript(Start, LoopNest, Loops); in checkDstSubscript()
911 if (!checkDstSubscript(Dst, DstLoopNest, DstLoops)) in classifyPair()