Searched refs:ProcessedSuccs (Results 1 – 3 of 3) sorted by relevance
115 std::set<const BType*> ProcessedSuccs; in printDebugInfo() local118 if (ProcessedSuccs.insert(*bbi).second) { in printDebugInfo()261 std::set<const BType*> ProcessedSuccs; in recurseBasicBlock() local272 if (ProcessedSuccs.insert(*bbi).second) { in recurseBasicBlock()
261 std::set<BasicBlock*> ProcessedSuccs; in recurseBasicBlock() local272 if (ProcessedSuccs.insert(*bbi).second) { in recurseBasicBlock()
105 std::set<const BasicBlock*> ProcessedSuccs; in getExecutionCount() local108 if (ProcessedSuccs.insert(*SI).second) { in getExecutionCount()598 std::set<const BasicBlock*> ProcessedSuccs; in EstimateMissingEdges() local603 if (ProcessedSuccs.insert(*sbbi).second) { in EstimateMissingEdges()