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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfo.h245 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
249 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
H A DLoopInfoImpl.h217 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
223 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { function in class:llvm::LoopBase
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLoopSimplify.cpp586 Parent->replaceChildLoopWith(L, NewOuter);

Completed in 224 milliseconds