Lines Matching refs:SrcData
45 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
71 for (SrcData = SrcDataStart, in __llvm_profile_check_compatibility()
73 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
74 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
75 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
76 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility()
87 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
103 for (SrcData = SrcDataStart, in __llvm_profile_merge_from_buffer()
106 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
111 NC = SrcData->NumCounters; in __llvm_profile_merge_from_buffer()
113 ((size_t)SrcData->CounterPtr - Header->CountersDelta) / in __llvm_profile_merge_from_buffer()
123 NVK += (SrcData->NumValueSites[I] != 0); in __llvm_profile_merge_from_buffer()