Home
last modified time | relevance | path

Searched refs:ChunkSucessors (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceBasicBlocks.cpp30 std::vector<BasicBlock *> ChunkSucessors; in replaceBranchTerminator() local
33 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()