reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
110 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) 110 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) 111 ++BItor; 127 return BItor == x.BItor; 127 return BItor == x.BItor; 133 BlockT *BB = isRegionMode() ? getRegionSucc() : *BItor; 145 ++BItor; 146 while (BItor != BlockTraits::child_end(getNode()->getEntry()) 147 && isExit(*BItor));