Searched refs:BallLarusDag (Results 1 – 5 of 5) sorted by relevance
235 void BallLarusDag::init() { in init()254 BallLarusDag::~BallLarusDag() { in ~BallLarusDag()266 void BallLarusDag::calculatePathNumbers() { in calculatePathNumbers()339 unsigned BallLarusDag::getNumberOfPaths() { in getNumberOfPaths()344 BallLarusNode* BallLarusDag::getRoot() { in getRoot()349 BallLarusNode* BallLarusDag::getExit() { in getExit()354 Function& BallLarusDag::getFunction() { in getFunction()359 void BallLarusDag::clearColors(BallLarusNode::NodeColor color) { in clearColors()365 void BallLarusDag::buildNode(BLBlockNodeMap& inDag, BLNodeStack& dfsStack) { in buildNode()417 void BallLarusDag::buildEdge(BLBlockNodeMap& inDag, std::stack<BallLarusNode*>& in buildEdge()[all …]
237 _currentDag = new BallLarusDag(*F); in setCurrentFunction()
41 class BallLarusDag; variable210 class BallLarusDag {215 BallLarusDag(Function &F) in BallLarusDag() function223 virtual ~BallLarusDag();
105 BallLarusDag* _currentDag;
170 class BLInstrumentationDag : public BallLarusDag {504 BLInstrumentationDag::BLInstrumentationDag(Function &F) : BallLarusDag(F), in BLInstrumentationDag()