Home | History | Annotate | Download | only in IR

Lines Matching refs:InstructionMetadata

1203   auto &InstructionMetadata = getContext().pImpl->InstructionMetadata;
1209 InstructionMetadata.erase(this);
1214 auto &Info = InstructionMetadata[this];
1221 InstructionMetadata.erase(this);
1238 auto &Info = getContext().pImpl->InstructionMetadata[this];
1249 (getContext().pImpl->InstructionMetadata.count(this) > 0)) &&
1253 auto &Info = getContext().pImpl->InstructionMetadata[this];
1261 getContext().pImpl->InstructionMetadata.erase(this);
1278 auto &Info = getContext().pImpl->InstructionMetadata[this];
1297 getContext().pImpl->InstructionMetadata.count(this) &&
1299 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second;
1308 getContext().pImpl->InstructionMetadata.count(this) &&
1310 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second;
1378 getContext().pImpl->InstructionMetadata.erase(this);