Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp500 std::vector<BasicBlock*> UnrolledLoopBlocks = L->getBlocks(); in UnrollLoop() local
599 UnrolledLoopBlocks.push_back(New); in UnrollLoop()
811 llvm::erase_value(UnrolledLoopBlocks, Dest); in UnrollLoop()
849 NeedToFixLCSSA |= ::needToInsertPhisForLCSSA(OuterL, UnrolledLoopBlocks, LI); in UnrollLoop()