Searched refs:InstructionMetadata (Results 1 – 3 of 3) sorted by relevance
1201 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata; in dropUnknownNonDebugMetadata() local1207 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()1212 auto &Info = InstructionMetadata[this]; in dropUnknownNonDebugMetadata()1219 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()1236 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()1247 (getContext().pImpl->InstructionMetadata.count(this) > 0)) && in setMetadata()1251 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()1259 getContext().pImpl->InstructionMetadata.erase(this); in setMetadata()1277 auto &Info = getContext().pImpl->InstructionMetadata[this]; in getMetadataImpl()1296 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataImpl()[all …]
52 for (auto &Pair : InstructionMetadata) in ~LLVMContextImpl()54 assert(InstructionMetadata.empty() && in ~LLVMContextImpl()
1351 DenseMap<const Instruction *, MDAttachmentMap> InstructionMetadata;