Lines Matching refs:SrcData
47 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
76 for (SrcData = SrcDataStart, in __llvm_profile_check_compatibility()
78 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
79 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
80 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
81 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility()
108 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
128 for (SrcData = SrcDataStart, in __llvm_profile_merge_from_buffer()
131 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
148 SrcCountersStart + ((uintptr_t)SrcData->CounterPtr - CountersDelta); in __llvm_profile_merge_from_buffer()
151 CountersDelta -= sizeof(*SrcData); in __llvm_profile_merge_from_buffer()
152 unsigned NC = SrcData->NumCounters; in __llvm_profile_merge_from_buffer()
172 NVK += (SrcData->NumValueSites[I] != 0); in __llvm_profile_merge_from_buffer()