reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
181 NewBB = createEmptyBasicBlock(State->CFG); 182 State->Builder.SetInsertPoint(NewBB); 188 L->addBasicBlockToLoop(NewBB, *State->LI); 189 State->CFG.PrevBB = NewBB; 194 << " in BB:" << NewBB->getName() << '\n'); 196 State->CFG.VPBB2IRBB[this] = NewBB; 218 auto *CurrentTerminator = NewBB->getTerminator(); 222 auto *CondBr = BranchInst::Create(NewBB, nullptr, NewCond); 227 LLVM_DEBUG(dbgs() << "LV: filled BB:" << *NewBB);