Searched refs:InAllocTypes (Results 1 – 1 of 1) sorted by relevance
1051 const std::vector<uint8_t> &InAllocTypes, in allocTypesMatch() argument1056 assert(InAllocTypes.size() == Edges.size()); in allocTypesMatch()1058 InAllocTypes.begin(), InAllocTypes.end(), Edges.begin(), Edges.end(), in allocTypesMatch()1078 const std::vector<uint8_t> &InAllocTypes, in allocTypesMatchClone() argument1084 assert(InAllocTypes.size() == Node->CalleeEdges.size()); in allocTypesMatchClone()1102 if (InAllocTypes[I] == (uint8_t)AllocationType::None || in allocTypesMatchClone()1105 if (allocTypeToUse(Iter->second) != allocTypeToUse(InAllocTypes[I])) in allocTypesMatchClone()