Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h722 for (LoopT *ChildLoop : *L) in verify()
723 assert(!ChildLoop->contains(BB) && in verify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1749 Loop *ChildLoop = *ChildLoopIt; in performFusion() local
1751 FC0.L->addChildLoop(ChildLoop); in performFusion()
2043 Loop *ChildLoop = *ChildLoopIt; in fuseGuardedLoops() local
2045 FC0.L->addChildLoop(ChildLoop); in fuseGuardedLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp803 for (Loop *ChildLoop : *L) { in cloneLoopBlocks()
804 cloneLoop(ChildLoop, ParentLoop, VMap, LI, nullptr); in cloneLoopBlocks()