Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1750 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1773 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1781 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstantImpl()
1801 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1809 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
H A DLLVMContextImpl.h1450 BlockAddresses;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2616 SmallVector<BlockAddress *, 8u> BlockAddresses; in rewriteFunctionSignatures() local
2619 BlockAddresses.push_back(BA); in rewriteFunctionSignatures()
2620 for (auto *BA : BlockAddresses) in rewriteFunctionSignatures()