Searched refs:ReachableBlocks (Results 1 – 2 of 2) sorted by relevance
28 ReachableBlocks = 0 variable52 ReachableBlocks = ReachableBlocks + int(s[0]) variable77 print "Reachable Blocks %d" % (ReachableBlocks)
921 assert(ReachableBlocks.empty() && "ReachableBlocks already filled"); in fillReachableBlocks()924 ReachableBlocks.insert(&Cfg->getEntry()); in fillReachableBlocks()932 if (L && isa<SwitchCase>(L) && ReachableBlocks.insert(B).second) in fillReachableBlocks()942 if (*I && ReachableBlocks.insert(*I).second) in fillReachableBlocks()949 assert(!ReachableBlocks.empty() && "ReachableBlocks empty"); in checkFallThroughIntoBlock()972 if (!ReachableBlocks.count(P)) { in checkFallThroughIntoBlock()1070 llvm::SmallPtrSet<const CFGBlock *, 16> ReachableBlocks; member in __anon75d552dd0611::FallthroughMapper