Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6591 SmallSetVector<CallBase *, 1> PotentialAllocationCalls{}; member
6920 DI.PotentialAllocationCalls.insert(ObjCB); in updateImpl()
6960 if (DI->PotentialAllocationCalls.empty()) in updateImpl()
6962 if (DI->PotentialAllocationCalls.size() > 1) { in updateImpl()
6964 << DI->PotentialAllocationCalls.size() in updateImpl()
6968 if (*DI->PotentialAllocationCalls.begin() != AI.CB) { in updateImpl()
6972 << **DI->PotentialAllocationCalls.begin() << "\n"); in updateImpl()