Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1471 for (auto *ChildLoopBB : ChildL->blocks()) in buildClonedLoops() local
1473 cast<BasicBlock>(VMap.lookup(ChildLoopBB))) && in buildClonedLoops()
1576 for (auto *ChildLoopBB : ChildL->blocks()) in buildClonedLoops() local
1577 assert(VMap.count(ChildLoopBB) && in buildClonedLoops()