Home
last modified time | relevance | path

Searched refs:OldChild (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h301 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() argument
304 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()
H A DGenericLoopInfo.h379 /// This is used when splitting loops up. It replaces the OldChild entry in
381 /// OldChild to be null and the NewChild to be this loop.
383 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);