reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
169 using BlockTraits = GraphTraits<BlockT *>;
43 using SuccIterTy = typename BlockTraits::ChildIteratorType; 107 BItor(BlockTraits::child_begin(node->getEntry())) { 110 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) 120 BItor(BlockTraits::child_end(node->getEntry())) {} 146 while (BItor != BlockTraits::child_end(getNode()->getEntry()) 170 using SuccIterTy = typename BlockTraits::ChildIteratorType; 184 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) { 190 while (BlockTraits::child_end(Node->getEntry()) != Itor && 197 : Node(node), Itor(BlockTraits::child_end(node->getEntry())) {