Lines Matching refs:BlockAddress
493 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in needsRelocation()
506 isa<BlockAddress>(LHS->getOperand(0)) && in needsRelocation()
507 isa<BlockAddress>(RHS->getOperand(0)) && in needsRelocation()
508 cast<BlockAddress>(LHS->getOperand(0))->getFunction() == in needsRelocation()
509 cast<BlockAddress>(RHS->getOperand(0))->getFunction()) in needsRelocation()
1429 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get()
1434 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get()
1435 BlockAddress *&BA = in get()
1438 BA = new BlockAddress(F, BB); in get()
1444 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
1452 BlockAddress *BlockAddress::lookup(const BasicBlock *BB) { in lookup()
1458 BlockAddress *BA = in lookup()
1465 void BlockAddress::destroyConstantImpl() { in destroyConstantImpl()
1471 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
1486 BlockAddress *&NewBA = in handleOperandChangeImpl()