Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp144 SmallVector<BasicBlock *, 8> DeadExitBlocks; member in __anon64818a000111::ConstantTerminatorFoldingImpl
175 PrintOutVector("Dead exit blocks:", DeadExitBlocks); in dump()
267 DeadExitBlocks.push_back(ExitBlock); in analyze()
347 if (DeadExitBlocks.empty()) in handleDeadExits()
362 for (BasicBlock *BB : DeadExitBlocks) { in handleDeadExits()
583 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()