Lines Matching refs:VR
1188 ValueProfRecord *VR = getFirstValueProfRecord(this); in deserializeTo() local
1190 VR->deserializeTo(Record, SymTab); in deserializeTo()
1191 VR = getValueProfRecordNext(VR); in deserializeTo()
1209 ValueProfRecord *VR = getFirstValueProfRecord(this); in checkIntegrity() local
1211 if (VR->Kind > IPVK_Last) in checkIntegrity()
1214 VR = getValueProfRecordNext(VR); in checkIntegrity()
1215 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize) in checkIntegrity()
1259 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesToHost() local
1261 VR->swapBytes(Endianness, llvm::endianness::native); in swapBytesToHost()
1262 VR = getValueProfRecordNext(VR); in swapBytesToHost()
1272 ValueProfRecord *VR = getFirstValueProfRecord(this); in swapBytesFromHost() local
1274 ValueProfRecord *NVR = getValueProfRecordNext(VR); in swapBytesFromHost()
1275 VR->swapBytes(llvm::endianness::native, Endianness); in swapBytesFromHost()
1276 VR = NVR; in swapBytesFromHost()