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

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 262 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
LoopInfoImpl.h 205 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
211 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 572 Parent->replaceChildLoopWith(L, NewOuter);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h 327 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
    [all...]
LoopInfoImpl.h 276 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
281 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild,
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 297 Parent->replaceChildLoopWith(L, NewOuter);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 348 /// replaceChildLoopWith - This is used when splitting loops up. It replaces
352 void replaceChildLoopWith(LoopT *OldChild,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 265 Parent->replaceChildLoopWith(L, NewOuter);
    [all...]

Completed in 749 milliseconds