Lines Matching defs:Removed
1159 bool Removed = SourceN->removeEdgeInternal(TargetN);
1160 (void)Removed;
1161 assert(Removed && "Target not in the edge set for this caller?");
1188 bool Removed = (*SourceN)->removeEdgeInternal(*TargetN);
1189 (void)Removed;
1190 assert(Removed && "Target not in the edge set for this caller?");
1495 bool Removed = SourceN->removeEdgeInternal(TargetN);
1496 (void)Removed;
1497 assert(Removed && "Target not in the edge set for this caller?");
1512 assert(NI != NodeMap.end() && "Removed function should be known!");