Lines Matching refs:VR
1061 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
1063 VR->deserializeTo(Record, SymTab); in deserializeTo()
1064 VR = getValueProfRecordNext(VR); in deserializeTo()
1092 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
1094 if (VR->Kind > IPVK_Last) in checkIntegrity()
1097 VR = getValueProfRecordNext(VR); in checkIntegrity()
1098 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
1141 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
1143 VR->swapBytes(Endianness, llvm::endianness::native); in swapBytesToHost()
1144 VR = getValueProfRecordNext(VR); in swapBytesToHost()
1154 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
1156 ValueProfRecord *NVR = getValueProfRecordNext(VR); in swapBytesFromHost()
1157 VR->swapBytes(llvm::endianness::native, Endianness); in swapBytesFromHost()
1158 VR = NVR; in swapBytesFromHost()