Home
last modified time | relevance | path

Searched defs:CountSumOrPercent (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h591 struct CountSumOrPercent { struct
595 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {} in CountSumOrPercent() function
608 CountSumOrPercent Base; argument