Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Last

470   /// \returns the index of the last instruction in the BB from \p VL.
476 /// \brief Set the Builder insert point to one after the last instruction in
503 /// The index in the basic block of the last scalar.
514 TreeEntry *Last = &VectorizableTree[idx];
515 Last->Scalars.insert(Last->Scalars.begin(), VL.begin(), VL.end());
516 Last->NeedToGather = !Vectorized;
518 Last->LastScalarIndex = getLastIndex(VL);
524 Last->LastScalarIndex = 0;
527 return Last;
815 Instruction *Last = getLastInstruction(VL);
818 if (VL[i] == Last)
820 Value *Barrier = getSinkBarrier(cast<Instruction>(VL[i]), Last);
822 DEBUG(dbgs() << "SLP: Can't sink " << *VL[i] << "\n down to " << *Last
2476 // The insert point is the last build vector instruction. The vectorized