Home
last modified time | relevance | path

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

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