Is there a way to change the name/label of a particular basic block in llvm?
A BasicBlock is a Value, and thus it has a setName method.
BasicBlock
Value
setName