reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5599 MinCost = std::min(MinCost, Cost); 5601 if (Cost < -SLPCostThreshold) { 5602 LLVM_DEBUG(dbgs() << "SLP: Vectorizing list at cost:" << Cost << ".\n"); 5605 << "SLP vectorized with cost " << ore::NV("Cost", Cost)