Home
last modified time | relevance | path

Searched refs:reserveSites (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h738 inline void reserveSites(uint32_t ValueKind, uint32_t NumValueSites);
916 void InstrProfRecord::reserveSites(uint32_t ValueKind, uint32_t NumValueSites) { in reserveSites() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp211 Record.reserveSites(VK, NumValueSites); in readValueProfileData()
DInstrProf.cpp790 Record.reserveSites(Kind, NumValueSites); in deserializeTo()