Home
last modified time | relevance | path

Searched refs:setParentLoop (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h385 Subloop->setParentLoop(L); in discoverAndMapSubloop()
DLoopInfo.h106 void setParentLoop(LoopT *L) { ParentLoop = L; } in setParentLoop() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h104 void setParentLoop(LoopT *L) { in setParentLoop() function
DLoopInfoImpl.h469 Subloop->setParentLoop(L); in discoverAndMapSubloop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1726 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()