Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h571 /// checkDstSubscript - Examines the SCEV Dst, returning true iff it's
573 bool checkDstSubscript(const SCEV *Dst,
972 /// checkDstSubscript to avoid duplicate code
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1007 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript() function in DependenceInfo
1024 if (!checkDstSubscript(Dst, DstLoopNest, DstLoops)) in classifyPair()