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)
915 assert(ReachableBlocks.empty() && "ReachableBlocks already filled"); in fillReachableBlocks()918 ReachableBlocks.insert(&Cfg->getEntry()); in fillReachableBlocks()926 if (L && isa<SwitchCase>(L) && ReachableBlocks.insert(B)) in fillReachableBlocks()936 if (*I && ReachableBlocks.insert(*I)) in fillReachableBlocks()943 assert(!ReachableBlocks.empty() && "ReachableBlocks empty"); in checkFallThroughIntoBlock()966 if (!ReachableBlocks.count(P)) { in checkFallThroughIntoBlock()1064 llvm::SmallPtrSet<const CFGBlock *, 16> ReachableBlocks; member in __anon94e2d5210511::FallthroughMapper