Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp681 std::vector<BasicBlock*> UnrolledLoopBlocks = L->getBlocks(); in UnrollLoop() local
790 UnrolledLoopBlocks.push_back(New); in UnrollLoop()
1002 llvm::erase(UnrolledLoopBlocks, Dest); in UnrollLoop()
1048 NeedToFixLCSSA |= ::needToInsertPhisForLCSSA(OuterL, UnrolledLoopBlocks, LI); in UnrollLoop()