Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1895 SmallVectorImpl<Loop *> &HoistedLoops, in rebuildLoopAfterUnswitch() argument
2061 HoistedLoops.push_back(HoistedL); in rebuildLoopAfterUnswitch()
2492 SmallVector<Loop *, 4> HoistedLoops; in unswitchNontrivialInvariants() local
2494 rebuildLoopAfterUnswitch(L, ExitBlocks, LI, HoistedLoops, SE); in unswitchNontrivialInvariants()
2592 llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) { in unswitchNontrivialInvariants()
2620 for (Loop *UpdatedL : llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) in unswitchNontrivialInvariants()