Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h211 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { in replaceChildLoopWith() argument
212 assert(OldChild->ParentLoop == this && "This loop is already broken!"); in replaceChildLoopWith()
215 std::find(SubLoops.begin(), SubLoops.end(), OldChild); in replaceChildLoopWith()
218 OldChild->ParentLoop = nullptr; in replaceChildLoopWith()
DLoopInfo.h275 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);