Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3397 SmallBitVector Separable(Pairs); in depends() local
3470 Separable.set(SI); in depends()
3488 Separable.set(SI); in depends()
3500 DEBUG(dumpSmallBitVector(Separable)); in depends()
3508 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) { in depends()
3817 SmallBitVector Separable(Pairs); in getSplitIteration() local
3833 Separable.set(SI); in getSplitIteration()
3850 Separable.set(SI); in getSplitIteration()
3861 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) { in getSplitIteration()