Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp938 for (auto ZippedInsts : llvm::zip_first( in buildClonedLoopBlocks() local
942 Instruction &I = std::get<0>(ZippedInsts); in buildClonedLoopBlocks()
943 Instruction &ClonedI = std::get<1>(ZippedInsts); in buildClonedLoopBlocks()