Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp908 SmallBitVector DstLoops(MaxLevels + 1); in classifyPair() local
911 if (!checkDstSubscript(Dst, DstLoopNest, DstLoops)) in classifyPair()
914 Loops |= DstLoops; in classifyPair()
921 DstLoops.count() == 0 || in classifyPair()
922 (SrcLoops.count() == 1 && DstLoops.count() == 1))) in classifyPair()