Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h597 struct CountSumOrPercent { struct
601 CountSumOrPercent() : NumEntries(0), CountSum(0.0f), ValueCounts() {} in CountSumOrPercent() argument
614 CountSumOrPercent Base; argument