Searched refs:NonChildClonedLoops (Results 1 – 1 of 1) sorted by relevance
1219 SmallVectorImpl<Loop *> &NonChildClonedLoops) { in buildClonedLoops() argument1312 NonChildClonedLoops.push_back(ClonedL); in buildClonedLoops()1461 NonChildClonedLoops.push_back(cloneLoopNest( in buildClonedLoops()2186 SmallVector<Loop *, 4> NonChildClonedLoops; in unswitchNontrivialInvariants() local2188 buildClonedLoops(L, ExitBlocks, *VMap, LI, NonChildClonedLoops); in unswitchNontrivialInvariants()2295 llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) { in unswitchNontrivialInvariants()2323 for (Loop *UpdatedL : llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) in unswitchNontrivialInvariants()