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

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

Completed in 67 milliseconds