Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1437 auto *ClonedHeader = cast<BasicBlock>(VMap.lookup(OrigHeader)); in buildClonedLoops() local
1475 for (auto *Pred : predecessors(ClonedHeader)) { in buildClonedLoops()
1490 if (BlocksInClonedLoop.insert(Pred).second && Pred != ClonedHeader) in buildClonedLoops()
1498 BlocksInClonedLoop.insert(ClonedHeader); in buildClonedLoops()