Lines Matching refs:BlockAddress
285 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in getRelocationInfo()
299 isa<BlockAddress>(LHS->getOperand(0)) && in getRelocationInfo()
300 isa<BlockAddress>(RHS->getOperand(0)) && in getRelocationInfo()
301 cast<BlockAddress>(LHS->getOperand(0))->getFunction() == in getRelocationInfo()
302 cast<BlockAddress>(RHS->getOperand(0))->getFunction()) in getRelocationInfo()
1270 BlockAddress *BlockAddress::get(BasicBlock *BB) { in get()
1275 BlockAddress *BlockAddress::get(Function *F, BasicBlock *BB) { in get()
1276 BlockAddress *&BA = in get()
1279 BA = new BlockAddress(F, BB); in get()
1285 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
1296 void BlockAddress::destroyConstant() { in destroyConstant()
1303 void BlockAddress::replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) { in replaceUsesOfWithOnConstant()
1316 BlockAddress *&NewBA = in replaceUsesOfWithOnConstant()