Home
last modified time | relevance | path

Searched refs:DstReachability (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability() local
47 DstReachability.resize(analyzed.size(), false); in mapReachability()
64 DstReachability[block->getBlockID()] = true; in mapReachability()