Lines Matching refs:BlockAddress
523 delete static_cast<BlockAddress *>(C); in deleteConstant()
625 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in getRelocationInfo()
641 if (isa<BlockAddress>(LHSOp0) && isa<BlockAddress>(RHSOp0) && in getRelocationInfo()
642 cast<BlockAddress>(LHSOp0)->getFunction() == in getRelocationInfo()
643 cast<BlockAddress>(RHSOp0)->getFunction()) in getRelocationInfo()
1743 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get()
1748 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get()
1749 BlockAddress *&BA = in get()
1752 BA = new BlockAddress(F, BB); in get()
1758 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
1766 BlockAddress *BlockAddress::lookup(const BasicBlock *BB) { in lookup()
1772 BlockAddress *BA = in lookup()
1779 void BlockAddress::destroyConstantImpl() { in destroyConstantImpl()
1785 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
1800 BlockAddress *&NewBA = in handleOperandChangeImpl()