Searched refs:replaceChildLoopWith (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h243 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
247 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
H A DLoopInfoImpl.h203 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
209 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { function in class:llvm::LoopBase
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp594 Parent->replaceChildLoopWith(L, NewOuter);

Completed in 104 milliseconds