Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1826 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1849 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1857 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstantImpl()
1877 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1885 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
H A DLLVMContextImpl.h1415 BlockAddresses;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2201 SmallVector<BlockAddress *, 8u> BlockAddresses; in rewriteFunctionSignatures() local
2204 BlockAddresses.push_back(BA); in rewriteFunctionSignatures()
2205 for (auto *BA : BlockAddresses) in rewriteFunctionSignatures()