Home
last modified time | relevance | path

Searched refs:ChildLoop (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1751 Loop *ChildLoop = *ChildLoopIt; in performFusion() local
1753 FC0.L->addChildLoop(ChildLoop); in performFusion()
2047 Loop *ChildLoop = *ChildLoopIt; in fuseGuardedLoops() local
2049 FC0.L->addChildLoop(ChildLoop); in fuseGuardedLoops()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h734 for (LoopT *ChildLoop : *L) in verify()
735 assert(!ChildLoop->contains(BB) && in verify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp888 for (Loop *ChildLoop : *L) { in cloneLoopBlocks()
889 cloneLoop(ChildLoop, ParentLoop, VMap, LI, nullptr); in cloneLoopBlocks()