Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp907 SmallBitVector SrcLoops(MaxLevels + 1); in classifyPair() local
909 if (!checkSrcSubscript(Src, SrcLoopNest, SrcLoops)) in classifyPair()
913 Loops = SrcLoops; in classifyPair()
920 if (N == 2 && (SrcLoops.count() == 0 || in classifyPair()
922 (SrcLoops.count() == 1 && DstLoops.count() == 1))) in classifyPair()