reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
144 int BBIndex = BBs.size() + 1; 145 BBs.push_back(&BB); 157 if (BBs.empty()) { 211 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); 211 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); 214 for (int i : llvm::seq<int>(1, BBs.size())) 215 SI->addCase(ConstantInt::get(CommonITy, i + 1), BBs[i]);