Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3403 SmallBitVector Separable(Pairs); in depends() local
3476 Separable.set(SI); in depends()
3494 Separable.set(SI); in depends()
3506 DEBUG(dumpSmallBitVector(Separable)); in depends()
3514 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) { in depends()
3821 SmallBitVector Separable(Pairs); in getSplitIteration() local
3837 Separable.set(SI); in getSplitIteration()
3854 Separable.set(SI); in getSplitIteration()
3865 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) { in getSplitIteration()