Home
last modified time | relevance | path

Searched refs:BlockAddresses (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1764 SmallVector<BlockAddress *, 8u> BlockAddresses; in rewriteFunctionSignatures() local
1767 BlockAddresses.push_back(BA); in rewriteFunctionSignatures()
1768 for (auto *BA : BlockAddresses) in rewriteFunctionSignatures()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1824 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1847 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1855 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstantImpl()
1875 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1883 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
H A DLLVMContextImpl.h1415 BlockAddresses;