Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp508 const DenseSet<uint32_t> &Node2Ids);
513 const DenseSet<uint32_t> &Node2Ids);
900 const DenseSet<uint32_t> &Node1Ids, const DenseSet<uint32_t> &Node2Ids) { in intersectAllocTypesImpl() argument
905 if (!Node2Ids.count(Id)) in intersectAllocTypesImpl()
917 const DenseSet<uint32_t> &Node1Ids, const DenseSet<uint32_t> &Node2Ids) { in intersectAllocTypes() argument
918 if (Node1Ids.size() < Node2Ids.size()) in intersectAllocTypes()
919 return intersectAllocTypesImpl(Node1Ids, Node2Ids); in intersectAllocTypes()
921 return intersectAllocTypesImpl(Node2Ids, Node1Ids); in intersectAllocTypes()