Searched refs:InstructionMetadata (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1201 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata;
1207 InstructionMetadata.erase(this);
1212 auto &Info = InstructionMetadata[this];
1219 InstructionMetadata.erase(this);
1236 auto &Info = getContext().pImpl->InstructionMetadata[this];
1247 (getContext().pImpl->InstructionMetadata.count(this) > 0)) &&
1251 auto &Info = getContext().pImpl->InstructionMetadata[this];
1259 getContext().pImpl->InstructionMetadata.erase(this);
1277 auto &Info = getContext().pImpl->InstructionMetadata[thi
[all...]
H A DLLVMContextImpl.cpp52 for (auto &Pair : InstructionMetadata)
54 assert(InstructionMetadata.empty() &&
H A DLLVMContextImpl.h1351 DenseMap<const Instruction *, MDAttachmentMap> InstructionMetadata; member in class:llvm::LLVMContextImpl

Completed in 115 milliseconds