Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5828 SmallSetVector<CallBase *, 1> PotentialAllocationCalls{}; member
6156 DI.PotentialAllocationCalls.insert(ObjCB); in updateImpl()
6196 if (DI->PotentialAllocationCalls.empty()) in updateImpl()
6198 if (DI->PotentialAllocationCalls.size() > 1) { in updateImpl()
6200 << DI->PotentialAllocationCalls.size() in updateImpl()
6204 if (*DI->PotentialAllocationCalls.begin() != AI.CB) { in updateImpl()
6208 << **DI->PotentialAllocationCalls.begin() << "\n"); in updateImpl()