Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h211 replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild) { in replaceChildLoopWith() function
DLoopInfo.h262 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h327 void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
DLoopInfoImpl.h281 void LoopBase<BlockT, LoopT>::replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp572 Parent->replaceChildLoopWith(L, NewOuter); in SeparateNestedLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp265 Parent->replaceChildLoopWith(L, NewOuter); in separateNestedLoop()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp297 Parent->replaceChildLoopWith(L, NewOuter); in separateNestedLoop()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h352 void replaceChildLoopWith(LoopT *OldChild, in replaceChildLoopWith() function