Lines Matching refs:InstructionMetadata
1182 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata; in dropUnknownNonDebugMetadata() local
1186 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()
1275 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second; in getAllMetadataImpl()
1284 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataOtherThanDebugLocImpl()
1286 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second; in getAllMetadataOtherThanDebugLocImpl()
1343 getContext().pImpl->InstructionMetadata.erase(this); in clearMetadataHashEntries()