Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1445 for (auto *ChildLoopBB : ChildL->blocks()) in buildClonedLoops() local
1447 cast<BasicBlock>(VMap.lookup(ChildLoopBB))) && in buildClonedLoops()
1550 for (auto *ChildLoopBB : ChildL->blocks()) in buildClonedLoops() local
1551 assert(VMap.count(ChildLoopBB) && in buildClonedLoops()