Home
last modified time | relevance | path

Searched refs:InAllocTypes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1051 const std::vector<uint8_t> &InAllocTypes, in allocTypesMatch() argument
1056 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() argument
1084 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()