OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setParentLoop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
LoopInfo.h
96
///
setParentLoop
is a raw interface for bypassing addChildLoop.
97
void
setParentLoop
(LoopT *L) { ParentLoop = L; }
LoopInfoImpl.h
404
Subloop->
setParentLoop
(L);
Completed in 28 milliseconds