Lines Matching refs:getBlock
152 next->getSource()->getBlock(), in getPathEdges()
153 next->getTarget()->getBlock(), in getPathEdges()
159 next->getRealEdge()->getSource()->getBlock(), in getPathEdges()
160 next->getRealEdge()->getTarget()->getBlock(), in getPathEdges()
166 next->getRealEdge()->getSource()->getBlock(), in getPathEdges()
167 next->getRealEdge()->getTarget()->getBlock(), in getPathEdges()
188 pbv->push_back (currentNode->getBlock()); in getPathBlocks()
191 pbv->push_back (currentNode->getBlock()); in getPathBlocks()
192 pbv->push_back (next->getRealEdge()->getTarget()->getBlock()); in getPathBlocks()
208 return edge->getTarget()->getBlock(); in getFirstBlockInPath()
210 return root->getBlock(); in getFirstBlockInPath()
249 return _currentDag->getRoot()->getBlock(); in getCurrentFunctionEntry()