Searched refs:NonChildClonedLoops (Results 1 – 1 of 1) sorted by relevance
1103 SmallVectorImpl<Loop *> &NonChildClonedLoops) { in buildClonedLoops() argument1196 NonChildClonedLoops.push_back(ClonedL); in buildClonedLoops()1346 NonChildClonedLoops.push_back(cloneLoopNest( in buildClonedLoops()2015 SmallVector<Loop *, 4> NonChildClonedLoops; in unswitchNontrivialInvariants() local2017 buildClonedLoops(L, ExitBlocks, *VMap, LI, NonChildClonedLoops); in unswitchNontrivialInvariants()2104 llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) { in unswitchNontrivialInvariants()2132 for (Loop *UpdatedL : llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) in unswitchNontrivialInvariants()