Lines Matching refs:DstData
46 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
73 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility()
74 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
75 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
76 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
77 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility()
88 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
105 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
107 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
109 uint64_t *DstCounters = (uint64_t *)DstData->CounterPtr; in __llvm_profile_merge_from_buffer()
129 VPMergeHook(SrcValueProfData, DstData); in __llvm_profile_merge_from_buffer()