Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp598 int ConsecutiveChain[64]; in vectorizeInstructions() local
603 ConsecutiveChain[i] = -1; in vectorizeInstructions()
609 if (ConsecutiveChain[i] != -1) { in vectorizeInstructions()
610 int CurDistance = std::abs(ConsecutiveChain[i] - i); in vectorizeInstructions()
611 int NewDistance = std::abs(ConsecutiveChain[i] - j); in vectorizeInstructions()
618 ConsecutiveChain[i] = j; in vectorizeInstructions()
648 I = ConsecutiveChain[I]; in vectorizeInstructions()
DSLPVectorizer.cpp3633 SmallDenseMap<StoreInst *, StoreInst *> ConsecutiveChain; in vectorizeStores() local
3659 ConsecutiveChain[Stores[i]] = Stores[k]; in vectorizeStores()
3681 I = ConsecutiveChain[I]; in vectorizeStores()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp512 SmallDenseMap<StoreInst *, StoreInst *> ConsecutiveChain; in processLoopStores() local
587 ConsecutiveChain[SL[i]] = SL[k]; in processLoopStores()
620 I = ConsecutiveChain[I]; in processLoopStores()