Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1020 SmallBitVector SrcLoops(MaxLevels + 1); in classifyPair() local
1022 if (!checkSrcSubscript(Src, SrcLoopNest, SrcLoops)) in classifyPair()
1026 Loops = SrcLoops; in classifyPair()
1033 if (N == 2 && (SrcLoops.count() == 0 || in classifyPair()
1035 (SrcLoops.count() == 1 && DstLoops.count() == 1))) in classifyPair()