Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DMetadata.cpp1203 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata; in dropUnknownNonDebugMetadata() local
1209 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()
1214 auto &Info = InstructionMetadata[this]; in dropUnknownNonDebugMetadata()
1221 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()
1238 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()
1253 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()
1261 getContext().pImpl->InstructionMetadata.erase(this); in setMetadata()
1278 auto &Info = getContext().pImpl->InstructionMetadata[this]; in getMetadataImpl()
1297 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataImpl()
1308 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataOtherThanDebugLocImpl()
[all …]
H A DLLVMContextImpl.cpp53 for (auto &Pair : InstructionMetadata) in ~LLVMContextImpl()
55 assert(InstructionMetadata.empty() && in ~LLVMContextImpl()
H A DLLVMContextImpl.h1327 DenseMap<const Instruction *, MDAttachmentMap> InstructionMetadata;