Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h211 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { in replaceChildLoopWith() function
DLoopInfo.h275 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp296 Parent->replaceChildLoopWith(L, NewOuter); in separateNestedLoop()