Searched refs:DeadExitBlocks (Results 1 – 1 of 1) sorted by relevance
117 SmallVector<BasicBlock *, 8> DeadExitBlocks; member in __anonee35754f0111::ConstantTerminatorFoldingImpl148 PrintOutVector("Dead exit blocks:", DeadExitBlocks); in dump()234 DeadExitBlocks.push_back(ExitBlock); in analyze()315 if (DeadExitBlocks.empty()) in handleDeadExits()334 for (BasicBlock *BB : DeadExitBlocks) { in handleDeadExits()