Lines Matching refs:getSource
395 os << "[" << edge.getSource()->getName() << " -> " in operator <<()
484 BallLarusNode* sourceNode = getSource(); in getSuccessorNumber()
612 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource(); in calculateSpanningTree()
684 std::string sourceName = (*edge)->getSource()->getName(); in generateDotGraph()
786 edge->getSource()->removeSuccEdge(edge); in unlinkEdge()
828 source = edge->getSource(); in pushCountersFromEdge()
863 f->getWeight(), f->getSource(), f); in calculateChordIncrementsDfs()
865 if(e != f && v == f->getSource()) { in calculateChordIncrementsDfs()
875 if(v == f->getSource() || v == f->getTarget()) { in calculateChordIncrementsDfs()
887 else if(e->getSource() == f->getTarget() in calculateChordIncrementsDir()
888 || e->getTarget() == f->getSource()) in calculateChordIncrementsDir()
1088 BLInstrumentationNode* sourceNode = (BLInstrumentationNode*)edge->getSource(); in insertInstrumentationStartingAt()
1235 (BLInstrumentationNode*)(*edge)->getSource(); in insertInstrumentation()
1406 BallLarusNode* sourceNode = edge->getSource(); in splitCritical()