Searched refs:BLNodeStack (Results 1 – 2 of 2) sorted by relevance
49 typedef std::stack<BallLarusNode*> BLNodeStack; typedef
365 void BallLarusDag::buildNode(BLBlockNodeMap& inDag, BLNodeStack& dfsStack) { in buildNode()