Lines Matching refs:InstructionMetadata
1203 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()
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()
1299 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second; in getAllMetadataImpl()
1308 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataOtherThanDebugLocImpl()
1310 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second; in getAllMetadataOtherThanDebugLocImpl()
1378 getContext().pImpl->InstructionMetadata.erase(this); in clearMetadataHashEntries()