Lines Matching refs:DstData
45 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
72 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); 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
104 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
106 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
108 uint64_t *DstCounters = (uint64_t *)DstData->CounterPtr; in __llvm_profile_merge_from_buffer()
128 VPMergeHook(SrcValueProfData, DstData); in __llvm_profile_merge_from_buffer()