Searched refs:classifyPair (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 608 /// classifyPair - Examines the subscript pair (the Src and Dst SCEVs) 611 Subscript::ClassificationKind classifyPair(const SCEV *Src,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1017 DependenceInfo::classifyPair(const SCEV *Src, const Loop *SrcLoopNest, in classifyPair() function in DependenceInfo 3666 classifyPair(Pair[P].Src, LI->getLoopFor(Src->getParent()), in depends() 3880 classifyPair(Pair[SJ].Src, LI->getLoopFor(Src->getParent()), in depends() 4065 classifyPair(Pair[P].Src, LI->getLoopFor(Src->getParent()), in getSplitIteration() 4176 classifyPair(Pair[SJ].Src, LI->getLoopFor(Src->getParent()), in getSplitIteration()
|