Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1021 SmallBitVector DstLoops(MaxLevels + 1); in classifyPair() local
1024 if (!checkDstSubscript(Dst, DstLoopNest, DstLoops)) in classifyPair()
1027 Loops |= DstLoops; in classifyPair()
1034 DstLoops.count() == 0 || in classifyPair()
1035 (SrcLoops.count() == 1 && DstLoops.count() == 1))) in classifyPair()