Lines Matching refs:BlockAddress
421 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in needsRelocation()
434 isa<BlockAddress>(LHS->getOperand(0)) && in needsRelocation()
435 isa<BlockAddress>(RHS->getOperand(0)) && in needsRelocation()
436 cast<BlockAddress>(LHS->getOperand(0))->getFunction() == in needsRelocation()
437 cast<BlockAddress>(RHS->getOperand(0))->getFunction()) in needsRelocation()
1356 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get()
1361 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get()
1362 BlockAddress *&BA = in get()
1365 BA = new BlockAddress(F, BB); in get()
1371 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
1379 BlockAddress *BlockAddress::lookup(const BasicBlock *BB) { in lookup()
1385 BlockAddress *BA = in lookup()
1392 void BlockAddress::destroyConstantImpl() { in destroyConstantImpl()
1398 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()
1413 BlockAddress *&NewBA = in handleOperandChangeImpl()