Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp145 SmallVector<BasicBlock *, 8> DeadExitBlocks; member in __anon5fa539ba0111::ConstantTerminatorFoldingImpl
176 PrintOutVector("Dead exit blocks:", DeadExitBlocks); in dump()
268 DeadExitBlocks.push_back(ExitBlock); in analyze()
348 if (DeadExitBlocks.empty()) in handleDeadExits()
363 for (BasicBlock *BB : DeadExitBlocks) { in handleDeadExits()
582 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()