Searched refs:ReachableSet (Results 1 – 2 of 2) sorted by relevance
33 typedef llvm::BitVector ReachableSet; typedef34 typedef llvm::DenseMap<unsigned, ReachableSet> ReachableMap;35 ReachableSet analyzed;
46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability()