Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1103 SmallVectorImpl<Loop *> &NonChildClonedLoops) { in buildClonedLoops() argument
1196 NonChildClonedLoops.push_back(ClonedL); in buildClonedLoops()
1346 NonChildClonedLoops.push_back(cloneLoopNest( in buildClonedLoops()
2015 SmallVector<Loop *, 4> NonChildClonedLoops; in unswitchNontrivialInvariants() local
2017 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()