Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp58 uint64_t TotalC; in run() local
61 ActualNumValueData, TotalC)) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h257 uint32_t &ActualNumValueData, uint64_t &TotalC);
729 uint64_t *TotalC = nullptr) const;
887 uint64_t *TotalC) const { in getValueForSite() argument
889 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC); in getValueForSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp980 uint32_t &ActualNumValueData, uint64_t &TotalC) { in getValueProfDataFromInst() argument
1009 TotalC = TotalCInt->getZExtValue(); in getValueProfDataFromInst()