Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp28 const unsigned DstBlockID = Dst->getBlockID(); in isReachable() local
31 if (!analyzed[DstBlockID]) { in isReachable()
33 analyzed[DstBlockID] = true; in isReachable()
37 return reachable[DstBlockID][Src->getBlockID()]; in isReachable()