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