Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp634 bool &IsLoopDeleted) { in constantFoldTerminators() argument
645 IsLoopDeleted = Changed && BranchFolder.foldingBreaksCurrentLoop(); in constantFoldTerminators()
682 bool &IsLoopDeleted) { in simplifyLoopCFG() argument
686 Changed |= constantFoldTerminators(L, DT, LI, SE, MSSAU, IsLoopDeleted); in simplifyLoopCFG()
688 if (IsLoopDeleted) in simplifyLoopCFG()