Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2770 std::vector<uint8_t> CalleeEdgeAllocTypesForCallerEdge; in identifyClones() local
2771 CalleeEdgeAllocTypesForCallerEdge.reserve(Node->CalleeEdges.size()); in identifyClones()
2773 CalleeEdgeAllocTypesForCallerEdge.push_back(intersectAllocTypes( in identifyClones()
2792 CalleeEdgeAllocTypesForCallerEdge, Node->CalleeEdges)) { in identifyClones()
2806 CalleeEdgeAllocTypesForCallerEdge, CurClone->CalleeEdges)) in identifyClones()