Searched refs:anchorSet (Results 1 – 3 of 3) sorted by relevance
96 std::set<std::string> anchorSet; in PreTopologicalLoopDetection() local102 anchorSet.insert(alignRule.second.anchor); in PreTopologicalLoopDetection()107 incomingDegreeMap_[flexItem->GetId()] = anchorSet.size(); in PreTopologicalLoopDetection()
1167 …onst std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSet) in PreTopologicalLoopDetectionGetAnchorSet() argument1188 anchorSet.insert(anchor); in PreTopologicalLoopDetectionGetAnchorSet()1195 anchorSet.insert(anchor); in PreTopologicalLoopDetectionGetAnchorSet()1213 std::set<std::string> anchorSet; in PreTopologicalLoopDetection() local1214 … PreTopologicalLoopDetectionGetAnchorSet(mapItem.first, flexItem->GetAlignRulesValue(), anchorSet); in PreTopologicalLoopDetection()1215 incomingDegreeMap_[mapItem.second.id] = anchorSet.size(); in PreTopologicalLoopDetection()1222 std::set<std::string> anchorSet; in PreTopologicalLoopDetection() local1225 anchorSet.insert(nodeName); in PreTopologicalLoopDetection()1231 anchorSet.insert(nodeName); in PreTopologicalLoopDetection()1233 incomingDegreeMap_[barrier.first] = anchorSet.size(); in PreTopologicalLoopDetection()
111 …nst std::string& nodeName, const AlignRulesItem& alignRulesItem, std::set<std::string>& anchorSet);