Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp115 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {} in ProfilePath()
119 double(_ppi->_functionPathCounts[_ppi->_currentFunction]); in getFrequency()
139 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); in getPathEdges()
143 while (currentNode != _ppi->_currentDag->getExit()) { in getPathEdges()
150 next->getTarget() != _ppi->_currentDag->getExit() ) in getPathEdges()
157 next->getTarget() == _ppi->_currentDag->getExit() ) in getPathEdges()
164 next->getSource() == _ppi->_currentDag->getRoot() ) in getPathEdges()
178 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); in getPathBlocks()
182 while (currentNode != _ppi->_currentDag->getExit()) { in getPathBlocks()
190 else if( next->getTarget() == _ppi->_currentDag->getExit() ) { in getPathBlocks()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathProfileInfo.h76 PathProfileInfo* _ppi; variable