Searched refs:HoistedLoops (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 1909 SmallVectorImpl<Loop *> &HoistedLoops, in rebuildLoopAfterUnswitch() 2075 HoistedLoops.push_back(HoistedL); in rebuildLoopAfterUnswitch() 2512 SmallVector<Loop *, 4> HoistedLoops; in unswitchNontrivialInvariants() 2514 rebuildLoopAfterUnswitch(L, ExitBlocks, LI, HoistedLoops, SE); in unswitchNontrivialInvariants() 2612 llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) { in unswitchNontrivialInvariants() 2640 for (Loop *UpdatedL : llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) in unswitchNontrivialInvariants() 1908 rebuildLoopAfterUnswitch(Loop & L,ArrayRef<BasicBlock * > ExitBlocks,LoopInfo & LI,SmallVectorImpl<Loop * > & HoistedLoops,ScalarEvolution * SE) rebuildLoopAfterUnswitch() argument 2511 SmallVector<Loop *, 4> HoistedLoops; unswitchNontrivialInvariants() local
|