Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h327 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
H A DLoopInfoImpl.h281 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp265 Parent->replaceChildLoopWith(L, NewOuter); in separateNestedLoop()