Lines Matching refs:BlockAddress
437 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in needsRelocation()
450 isa<BlockAddress>(LHS->getOperand(0)) && in needsRelocation()
451 isa<BlockAddress>(RHS->getOperand(0)) && in needsRelocation()
452 cast<BlockAddress>(LHS->getOperand(0))->getFunction() == in needsRelocation()
453 cast<BlockAddress>(RHS->getOperand(0))->getFunction()) in needsRelocation()
1426 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get()
1431 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get()
1432 BlockAddress *&BA = in get()
1435 BA = new BlockAddress(F, BB); in get()
1441 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
1449 BlockAddress *BlockAddress::lookup(const BasicBlock *BB) { in lookup()
1455 BlockAddress *BA = in lookup()
1463 void BlockAddress::destroyConstantImpl() { in destroyConstantImpl()
1469 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To, Use *U) { in handleOperandChangeImpl()
1482 BlockAddress *&NewBA = in handleOperandChangeImpl()