Searched refs:InstructionMetadata (Results 1 – 3 of 3) sorted by relevance
1203 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata; in dropUnknownNonDebugMetadata() local1209 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 …]
53 for (auto &Pair : InstructionMetadata) in ~LLVMContextImpl()55 assert(InstructionMetadata.empty() && in ~LLVMContextImpl()
1327 DenseMap<const Instruction *, MDAttachmentMap> InstructionMetadata;