Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3662 Pair[P].GroupLoops.resize(MaxLevels + 1); in depends()
3669 Pair[P].GroupLoops = Pair[P].Loops; in depends()
3758 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends()
3759 Intersection &= Pair[SJ].GroupLoops; in depends()
3762 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in depends()
4061 Pair[P].GroupLoops.resize(MaxLevels + 1); in getSplitIteration()
4068 Pair[P].GroupLoops = Pair[P].Loops; in getSplitIteration()
4093 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration()
4094 Intersection &= Pair[SJ].GroupLoops; in getSplitIteration()
4097 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in getSplitIteration()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h371 SmallBitVector GroupLoops; member