Searched refs:DeadExitBlocks (Results 1 – 1 of 1) sorted by relevance
152 SmallVector<BasicBlock *, 8> DeadExitBlocks; member in __anone26eb4350111::ConstantTerminatorFoldingImpl183 PrintOutVector("Dead exit blocks:", DeadExitBlocks); in dump()271 DeadExitBlocks.push_back(ExitBlock); in analyze()352 if (DeadExitBlocks.empty()) in handleDeadExits()367 for (BasicBlock *BB : DeadExitBlocks) { in handleDeadExits()