Searched refs:ChunkSucessors (Results 1 – 1 of 1) sorted by relevance
30 std::vector<BasicBlock *> ChunkSucessors; in replaceBranchTerminator() local33 ChunkSucessors.push_back(Succ); in replaceBranchTerminator()36 if (ChunkSucessors.size() == Term->getNumSuccessors()) in replaceBranchTerminator()47 if (ChunkSucessors.empty()) { in replaceBranchTerminator()56 BranchInst::Create(ChunkSucessors[0], &BB); in replaceBranchTerminator()60 IndirectBrInst::Create(Address, ChunkSucessors.size(), &BB); in replaceBranchTerminator()61 for (auto Dest : ChunkSucessors) in replaceBranchTerminator()