Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1219 SmallVectorImpl<Loop *> &NonChildClonedLoops) { in buildClonedLoops() argument
1312 NonChildClonedLoops.push_back(ClonedL); in buildClonedLoops()
1461 NonChildClonedLoops.push_back(cloneLoopNest( in buildClonedLoops()
2186 SmallVector<Loop *, 4> NonChildClonedLoops; in unswitchNontrivialInvariants() local
2188 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()