OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ppi
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
PathProfileInfo.cpp
114
: _number(number) , _count(count), _countStdDev(countStdDev),
_ppi
(ppi) {}
118
double(
_ppi
->_functionPathCounts[
_ppi
->_currentFunction]);
138
BallLarusNode* currentNode =
_ppi
->_currentDag->getRoot ();
142
while (currentNode !=
_ppi
->_currentDag->getExit()) {
149
next->getTarget() !=
_ppi
->_currentDag->getExit() )
156
next->getTarget() ==
_ppi
->_currentDag->getExit() )
163
next->getSource() ==
_ppi
->_currentDag->getRoot() )
177
BallLarusNode* currentNode =
_ppi
->_currentDag->getRoot ();
181
while (currentNode !=
_ppi
->_currentDag->getExit())
[
all
...]
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
76
PathProfileInfo*
_ppi
;
member in class:llvm::ProfilePath
Completed in 21 milliseconds