Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1795 SmallVectorImpl<Loop *> &HoistedLoops) { in rebuildLoopAfterUnswitch() argument
1960 HoistedLoops.push_back(HoistedL); in rebuildLoopAfterUnswitch()
2333 SmallVector<Loop *, 4> HoistedLoops; in unswitchNontrivialInvariants() local
2334 bool IsStillLoop = rebuildLoopAfterUnswitch(L, ExitBlocks, LI, HoistedLoops); in unswitchNontrivialInvariants()
2429 llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) { in unswitchNontrivialInvariants()
2457 for (Loop *UpdatedL : llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) in unswitchNontrivialInvariants()