Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp384 std::vector<BasicBlock*> UnrolledLoopBlocks = L->getBlocks(); in UnrollLoop() local
463 UnrolledLoopBlocks.push_back(New); in UnrollLoop()
591 UnrolledLoopBlocks.erase(std::remove(UnrolledLoopBlocks.begin(), in UnrollLoop()
592 UnrolledLoopBlocks.end(), Dest), in UnrollLoop()
593 UnrolledLoopBlocks.end()); in UnrollLoop()
656 NeedToFixLCSSA |= ::needToInsertPhisForLCSSA(OuterL, UnrolledLoopBlocks, LI); in UnrollLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp585 std::vector<BasicBlock*> UnrolledLoopBlocks = L->getBlocks(); in UnrollLoop() local
658 UnrolledLoopBlocks.push_back(New); in UnrollLoop()
814 UnrolledLoopBlocks.erase(std::remove(UnrolledLoopBlocks.begin(), in UnrollLoop()
815 UnrolledLoopBlocks.end(), Dest), in UnrollLoop()
816 UnrolledLoopBlocks.end()); in UnrollLoop()
843 NeedToFixLCSSA |= ::needToInsertPhisForLCSSA(OuterL, UnrolledLoopBlocks, LI); in UnrollLoop()