Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h63 inline double getCountStdDev() const { return _countStdDev; } in getCountStdDev()
73 double _countStdDev; variable
/external/llvm/lib/Analysis/
DPathProfileInfo.cpp114 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {} in ProfilePath()