reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5342 if (!isPowerOf2_32(Sz) || VF < 2) 5347 for (unsigned i = 0, e = ChainLen; i + VF <= e; ++i) { 5349 ArrayRef<Value *> Operands = Chain.slice(i, VF); 5357 LLVM_DEBUG(dbgs() << "SLP: Analyzing " << VF << " stores at offset " << i 5368 LLVM_DEBUG(dbgs() << "SLP: Found cost=" << Cost << " for VF=" << VF 5384 i += VF - 1;