Lines Matching refs:VR
857 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
859 VR->deserializeTo(Record, SymTab); in deserializeTo()
860 VR = getValueProfRecordNext(VR); in deserializeTo()
886 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
888 if (VR->Kind > IPVK_Last) in checkIntegrity()
890 VR = getValueProfRecordNext(VR); in checkIntegrity()
891 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
932 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
934 VR->swapBytes(Endianness, getHostEndianness()); in swapBytesToHost()
935 VR = getValueProfRecordNext(VR); in swapBytesToHost()
945 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
947 ValueProfRecord *NVR = getValueProfRecordNext(VR); in swapBytesFromHost()
948 VR->swapBytes(getHostEndianness(), Endianness); in swapBytesFromHost()
949 VR = NVR; in swapBytesFromHost()