reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 5368     LLVM_DEBUG(dbgs() << "SLP: Found cost=" << Cost << " for VF=" << VF
 5370     if (Cost < -SLPCostThreshold) {
 5371       LLVM_DEBUG(dbgs() << "SLP: Decided to vectorize cost=" << Cost << "\n");
 5377                        << "Stores SLP vectorized with cost " << NV("Cost", Cost)