Searched refs:getExit (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DRegionInfo.h272 BasicBlock *getExit() const { return exit; } function in class:llvm::Region
361 if (!getExit())
365 && (contains(SubRegion->getExit()) || SubRegion->getExit() == getExit());
517 return block_iterator(getEntry(), getExit());
525 return const_block_iterator(getEntry(), getExit());
H A DRegionIterator.h79 return getNode()->template getNodeAs<Region>()->getExit();
84 return getNode()->getParent()->getExit() == BB;
189 && Node->getParent()->getExit() == *Itor)
216 assert(Parent->getExit() != BB && "iterator out of range!");
226 && Node->getParent()->getExit() == *Itor);
H A DPathNumbering.h236 BallLarusNode* getExit();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathNumbering.cpp250 addEdge(getExit(),getRoot(),0);
269 bfsQueue.push(getExit());
283 BallLarusEdge* exitEdge = addEdge(node, getExit(), 0);
349 BallLarusNode* BallLarusDag::getExit() { function in class:BallLarusDag
381 BallLarusEdge* callEdge = addEdge(currentNode, getExit(), 0);
391 addEdge(currentNode, getExit(),0);
446 if(node == getExit())
514 childEdge->setPhonyExit(addEdge(source, getExit(),0));
H A DRegionInfo.cpp88 BasicBlock *entry = getEntry(), *exit = getExit();
103 return getExit() == 0;
156 BasicBlock *exit = getExit();
192 if (getExit()) {
193 if (getExit()->getName().empty()) {
196 WriteAsOperand(OS, getExit(), false);
198 exitName = getExit()->getName();
209 BasicBlock *entry = getEntry(), *exit = getExit();
222 BasicBlock *exit = getExit();
371 for (pred_iterator PI = pred_begin(getExit()), P
[all...]
H A DPathProfileInfo.cpp143 while (currentNode != _ppi->_currentDag->getExit()) {
150 next->getTarget() != _ppi->_currentDag->getExit() )
157 next->getTarget() == _ppi->_currentDag->getExit() )
182 while (currentNode != _ppi->_currentDag->getExit()) {
190 else if( next->getTarget() == _ppi->_currentDag->getExit() ) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp512 BLEdgeIterator erEdge = getExit()->succBegin();
802 if( target->getNumberPredEdges() > 1 || target == getExit() ) {

Completed in 133 milliseconds