Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h159 DenseMap<std::pair<Function*, BasicBlock*> , BlockAddress*> BlockAddresses; variable
DConstants.cpp1145 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1166 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstant()
1185 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in replaceUsesOfWithOnConstant()
1191 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in replaceUsesOfWithOnConstant()
/external/llvm/lib/IR/
DConstants.cpp1363 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1386 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1394 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstantImpl()
1414 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1422 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
DLLVMContextImpl.h1097 BlockAddresses;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1413 F->getContext().pImpl->BlockAddresses[std::make_pair(F, BB)]; in get()
1436 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB)); in lookup()
1444 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstantImpl()
1464 getContext().pImpl->BlockAddresses[std::make_pair(NewF, NewBB)]; in handleOperandChangeImpl()
1472 getContext().pImpl->BlockAddresses.erase(std::make_pair(getFunction(), in handleOperandChangeImpl()
DLLVMContextImpl.h1282 BlockAddresses;