Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h265 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() argument
268 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()
DLoopInfo.h371 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);