Searched refs:InstructionMetadata (Results 1 – 5 of 5) sorted by relevance
1182 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata; in dropUnknownNonDebugMetadata() local1186 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()1191 auto &Info = InstructionMetadata[this]; in dropUnknownNonDebugMetadata()1198 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()1215 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()1226 (getContext().pImpl->InstructionMetadata.count(this) > 0)) && in setMetadata()1230 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()1238 getContext().pImpl->InstructionMetadata.erase(this); in setMetadata()1255 auto &Info = getContext().pImpl->InstructionMetadata[this]; in getMetadataImpl()1273 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataImpl()[all …]
1142 DenseMap<const Instruction *, MDAttachmentMap> InstructionMetadata;
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()1249 (getContext().pImpl->InstructionMetadata.count(this) > 0)) && 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()[all …]
53 for (auto &Pair : InstructionMetadata) in ~LLVMContextImpl()55 assert(InstructionMetadata.empty() && in ~LLVMContextImpl()
1325 DenseMap<const Instruction *, MDAttachmentMap> InstructionMetadata;