Searched refs:ptrTypeMap (Results 1 – 2 of 2) sorted by relevance
57 ptrTypeMap.clear(); in Reset()114 ptrTypeMap[pty.GetPointedTyIdx()] = nType->GetTypeIndex(); in CreateMirTypeNodeAt()148 ptrTypeMap[pty.GetPointedTyIdx()] = nType->GetTypeIndex(); in CreateAndUpdateMirTypeNode()166 auto *pMap = (type.GetPrimType() != PTY_ref ? &ptrTypeMap : &refTypeMap); in GetOrCreateMIRTypeNode()167 auto *otherPMap = (type.GetPrimType() == PTY_ref ? &ptrTypeMap : &refTypeMap); in GetOrCreateMIRTypeNode()
128 return ptrTypeMap; in GetPtrTypeMap()564 std::unordered_map<TyIdx, TyIdx, TyIdxHash> ptrTypeMap; variable