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

References

lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  234   for (uint32_t I = 0; I < NumCandidates; I++) {
  234   for (uint32_t I = 0; I < NumCandidates; I++) {
  235     uint64_t Count = ValueDataRef[I].Count;
  237     uint64_t Target = ValueDataRef[I].Value;
  238     LLVM_DEBUG(dbgs() << " Candidate " << I << " Count=" << Count