Lines Matching refs:Visited
176 BBSet Visited; member in __anon73e07c5e0111::StructurizeCFG
353 if (Visited.count(Exit)) in analyzeLoops()
362 if (Visited.count(Succ)) in analyzeLoops()
442 if (Visited.count(*PI)) { in gatherPredicates()
447 if (Visited.count(Other) && !Loops.count(Other) && in gatherPredicates()
474 if (Visited.count(Entry)) in gatherPredicates()
492 Visited.clear(); in collectInfos()
505 Visited.insert((*OI)->getEntry()); in collectInfos()
783 Visited.insert(Node->getEntry()); in wireFlow()
806 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
831 while (!Visited.count(LoopEnd)) { in handleLoops()
870 Visited.clear(); in createFlow()
938 Visited.clear(); in runOnRegion()