Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp935 SmallBitVector SrcLoops(MaxLevels + 1); in classifyPair() local
937 if (!checkSrcSubscript(Src, SrcLoopNest, SrcLoops)) in classifyPair()
941 Loops = SrcLoops; in classifyPair()
948 if (N == 2 && (SrcLoops.count() == 0 || in classifyPair()
950 (SrcLoops.count() == 1 && DstLoops.count() == 1))) in classifyPair()