Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp145 SmallVector<BasicBlock *, 8> DeadExitBlocks; member in __anona0e87c8a0111::ConstantTerminatorFoldingImpl
176 PrintOutVector("Dead exit blocks:", DeadExitBlocks); in dump()
281 DeadExitBlocks.push_back(ExitBlock); in analyze()
361 if (DeadExitBlocks.empty()) in handleDeadExits()
376 for (BasicBlock *BB : DeadExitBlocks) { in handleDeadExits()
602 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()