OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceChildLoopWith
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
LoopInfo.h
242
///
replaceChildLoopWith
- This is used when splitting loops up. It replaces
246
void
replaceChildLoopWith
(LoopT *OldChild, LoopT *NewChild);
LoopInfoImpl.h
218
///
replaceChildLoopWith
- This is used when splitting loops up. It replaces
224
replaceChildLoopWith
(LoopT *OldChild, LoopT *NewChild) {
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
594
Parent->
replaceChildLoopWith
(L, NewOuter);
Completed in 1295 milliseconds