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

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1184   for (unsigned I = 0, S = CountFromProfile.size(); I < S; I++) {
 1184   for (unsigned I = 0, S = CountFromProfile.size(); I < S; I++) {
 1185     LLVM_DEBUG(dbgs() << "  " << I << ": " << CountFromProfile[I] << "\n");
 1185     LLVM_DEBUG(dbgs() << "  " << I << ": " << CountFromProfile[I] << "\n");
 1186     ValueSum += CountFromProfile[I];