reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
105 LLVM_DEBUG(for (int Idx = 0, Size = Weights.size(); Idx < Size; ++Idx) { 106 llvm::dbgs() << "Weights[" << Idx << "] = " << Weights[Idx] << "\n"; 123 const uint64_t ProfileCount = Weights[Index]; 125 Weights.begin(), Weights.end(), (uint64_t)0, std::plus<uint64_t>()); 125 Weights.begin(), Weights.end(), (uint64_t)0, std::plus<uint64_t>()); 126 const uint64_t NumUnlikelyTargets = Weights.size() - 1;