Home | History | Annotate | Download | only in IPO

Lines Matching defs:TypeID

173 // A slot in a set of virtual tables. The TypeID identifies the set of virtual
177 Metadata *TypeID;
195 return DenseMapInfo<Metadata *>::getHashValue(I.TypeID) ^
200 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
344 auto TypeID = Type->getOperand(1).get();
351 TypeIdMap[TypeID].insert({BitsPtr, Offset});
682 Metadata *TypeId =
687 CallSlots[{TypeId, Call.Offset}].push_back(
717 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata();
774 CallSlots[{TypeId, Call.Offset}].push_back(
814 if (!tryFindVirtualCallTargets(TargetsForSlot, TypeIdMap[S.first.TypeID],