HomeSort by: relevance | last modified time | path
    Searched refs:replaceChildLoopWith (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h 391 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
LoopInfoImpl.h 267 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
272 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 289 Parent->replaceChildLoopWith(L, NewOuter);

Completed in 23 milliseconds