Home
last modified time | relevance | path

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

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