Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h383 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
H A DGenericLoopInfoImpl.h301 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp284 Parent->replaceChildLoopWith(L, NewOuter); in separateNestedLoop()