Searched refs:OldChild (Results 1 – 2 of 2) sorted by relevance
301 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() argument304 assert(OldChild->ParentLoop == this && "This loop is already broken!"); in replaceChildLoopWith()306 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild); in replaceChildLoopWith()309 OldChild->ParentLoop = nullptr; in replaceChildLoopWith()
379 /// This is used when splitting loops up. It replaces the OldChild entry in381 /// OldChild to be null and the NewChild to be this loop.383 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);