Searched defs:countStdDev (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp114 double countStdDev, PathProfileInfo* ppi)
115 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}
113 ProfilePath(unsigned int number, unsigned int count, double countStdDev, PathProfileInfo* ppi) argument

Completed in 22 milliseconds