Lines Matching defs:Removed
1157 bool Removed = SourceN->removeEdgeInternal(TargetN);
1158 (void)Removed;
1159 assert(Removed && "Target not in the edge set for this caller?");
1186 bool Removed = (*SourceN)->removeEdgeInternal(*TargetN);
1187 (void)Removed;
1188 assert(Removed && "Target not in the edge set for this caller?");
1493 bool Removed = SourceN->removeEdgeInternal(TargetN);
1494 (void)Removed;
1495 assert(Removed && "Target not in the edge set for this caller?");
1510 assert(NI != NodeMap.end() && "Removed function should be known!");