Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h565 /// checkSrcSubscript - Examines the SCEV Src, returning true iff it's
567 bool checkSrcSubscript(const SCEV *Src,
971 /// checkSubscript - Helper function for checkSrcSubscript and
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1000 bool DependenceInfo::checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, in checkSrcSubscript() function in DependenceInfo
1022 if (!checkSrcSubscript(Src, SrcLoopNest, SrcLoops)) in classifyPair()