Searched refs:setParentLoop (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h101 /// setParentLoop is a raw interface for bypassing addChildLoop.
102 void setParentLoop(LoopT *L) { ParentLoop = L; } function in class:llvm::LoopBase
H A DLoopInfoImpl.h385 Subloop->setParentLoop(L);

Completed in 97 milliseconds