Searched refs:OldChild (Results 1 – 2 of 2) sorted by relevance
265 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() argument268 assert(OldChild->ParentLoop == this && "This loop is already broken!"); in replaceChildLoopWith()270 typename std::vector<LoopT *>::iterator I = find(SubLoops, OldChild); in replaceChildLoopWith()273 OldChild->ParentLoop = nullptr; in replaceChildLoopWith()
371 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);