Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6652 SmallSetVector<CallBase *, 1> PotentialAllocationCalls{}; member
6981 DI.PotentialAllocationCalls.insert(ObjCB); in updateImpl()
7021 if (DI->PotentialAllocationCalls.empty()) in updateImpl()
7023 if (DI->PotentialAllocationCalls.size() > 1) { in updateImpl()
7025 << DI->PotentialAllocationCalls.size() in updateImpl()
7029 if (*DI->PotentialAllocationCalls.begin() != AI.CB) { in updateImpl()
7033 << **DI->PotentialAllocationCalls.begin() << "\n"); in updateImpl()