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

/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h258 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
262 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
H A DLoopInfoImpl.h205 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
211 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { function in class:llvm::LoopBase
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp301 Parent->replaceChildLoopWith(L, NewOuter);

Completed in 1339 milliseconds