Searched refs:BlockAddresses (Results 1 – 3 of 3) sorted by relevance
1873 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()1896 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()1904 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstantImpl()1924 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()1932 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
1567 BlockAddresses;
3075 SmallVector<BlockAddress *, 8u> BlockAddresses; in rewriteFunctionSignatures() local3078 BlockAddresses.push_back(BA); in rewriteFunctionSignatures()3079 for (auto *BA : BlockAddresses) in rewriteFunctionSignatures()