HomeSort by relevance Sort by last modified time
    Searched refs:ConsecutiveChain (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 598 int ConsecutiveChain[64];
603 ConsecutiveChain[i] = -1;
609 if (ConsecutiveChain[i] != -1) {
610 int CurDistance = std::abs(ConsecutiveChain[i] - i);
611 int NewDistance = std::abs(ConsecutiveChain[i] - j);
618 ConsecutiveChain[i] = j;
648 I = ConsecutiveChain[I];
    [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 512 SmallDenseMap<StoreInst *, StoreInst *> ConsecutiveChain;
587 ConsecutiveChain[SL[i]] = SL[k];
620 I = ConsecutiveChain[I];
    [all...]

Completed in 53 milliseconds