HomeSort by relevance Sort by last modified time
    Searched refs:_currentDag (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 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()) {
189 else if( next->getTarget() == _ppi->_currentDag->getExit() ) {
202 BallLarusNode* root = _ppi->_currentDag->getRoot();
219 PathProfileInfo::PathProfileInfo () : _currentDag(0) , _currentFunction(0)
    [all...]
  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 105 BallLarusDag* _currentDag;

Completed in 20 milliseconds