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.cpp143 SmallVector<BasicBlock *, 8> DeadExitBlocks; member in __anona0e87c8a0111::ConstantTerminatorFoldingImpl
174 PrintOutVector("Dead exit blocks:", DeadExitBlocks); in dump()
266 DeadExitBlocks.push_back(ExitBlock); in analyze()
346 if (DeadExitBlocks.empty()) in handleDeadExits()
361 for (BasicBlock *BB : DeadExitBlocks) { in handleDeadExits()
582 if (!DeadExitBlocks.empty() && !L.isLCSSAForm(DT, /*IgnoreTokens*/ false)) { in run()