Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h262 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
H A DLoopInfoImpl.h211 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { in replaceChildLoopWith() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp303 Parent->replaceChildLoopWith(L, NewOuter); in separateNestedLoop()