HomeSort by relevance Sort by last modified time
    Searched refs:replaceChildLoopWith (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 241 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
245 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
LoopInfoImpl.h 218 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
224 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) {
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 593 Parent->replaceChildLoopWith(L, NewOuter);

Completed in 634 milliseconds