Searched refs:DeadExitBlocks (Results 1 – 1 of 1) sorted by relevance
145 SmallVector<BasicBlock *, 8> DeadExitBlocks; member in __anon5fa539ba0111::ConstantTerminatorFoldingImpl176 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()