Searched refs:HoistedLoops (Results 1 – 1 of 1) sorted by relevance
1559 SmallVectorImpl<Loop *> &HoistedLoops) { in rebuildLoopAfterUnswitch() argument1725 HoistedLoops.push_back(HoistedL); in rebuildLoopAfterUnswitch()2023 SmallVector<Loop *, 4> HoistedLoops; in unswitchNontrivialInvariants() local2024 bool IsStillLoop = rebuildLoopAfterUnswitch(L, ExitBlocks, LI, HoistedLoops); in unswitchNontrivialInvariants()2104 llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) { in unswitchNontrivialInvariants()2132 for (Loop *UpdatedL : llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) in unswitchNontrivialInvariants()