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