Home
last modified time | relevance | path

Searched refs:setParentLoop (Results 1 – 2 of 2) 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