Home | History | Annotate | Download | only in Utils

Lines Matching defs:BA

229     if (BlockAddress *BA =
231 BasicBlock *TheOnlyDest = BA->getBasicBlock();
496 BlockAddress *BA = BlockAddress::get(DestBB);
498 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
499 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
500 BA->getType()));
501 BA->destroyConstant();