Home
last modified time | relevance | path

Searched refs:countStdDev (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h57 double countStdDev, PathProfileInfo* ppi);
/external/llvm/lib/Analysis/
DPathProfileInfo.cpp113 double countStdDev, PathProfileInfo* ppi) in ProfilePath() argument
114 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {} in ProfilePath()