Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1323 Value *UpdatedIV = Builder.CreateAdd(IV, LowerBound); in createStaticWorkshareLoop() local
1324 IV->replaceUsesWithIf(UpdatedIV, [&](Use &U) { in createStaticWorkshareLoop()
1328 Instr->getParent() != CLI->getLatch() && Instr != UpdatedIV); in createStaticWorkshareLoop()