Lines Matching refs:BlockAddress
535 delete static_cast<BlockAddress *>(C); in deleteConstant()
674 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in getRelocationInfo()
690 if (isa<BlockAddress>(LHSOp0) && isa<BlockAddress>(RHSOp0) && in getRelocationInfo()
691 cast<BlockAddress>(LHSOp0)->getFunction() == in getRelocationInfo()
692 cast<BlockAddress>(RHSOp0)->getFunction()) in getRelocationInfo()
1819 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get()
1824 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get()
1825 BlockAddress *&BA = in get()
1828 BA = new BlockAddress(F, BB); in get()
1834 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
1842 BlockAddress *BlockAddress::lookup(const BasicBlock *BB) { in lookup()
1848 BlockAddress *BA = in lookup()
1855 void BlockAddress::destroyConstantImpl() { in destroyConstantImpl()
1861 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
1876 BlockAddress *&NewBA = in handleOperandChangeImpl()