Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp865 SmallBitVector SrcLoops(MaxLevels + 1); in classifyPair() local
867 if (!checkSrcSubscript(Src, SrcLoopNest, SrcLoops)) in classifyPair()
871 Loops = SrcLoops; in classifyPair()
878 if (N == 2 && (SrcLoops.count() == 0 || in classifyPair()
880 (SrcLoops.count() == 1 && DstLoops.count() == 1))) in classifyPair()