Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6535 SmallSetVector<CallBase *, 1> PotentialAllocationCalls{}; member
6863 DI.PotentialAllocationCalls.insert(ObjCB); in updateImpl()
6903 if (DI->PotentialAllocationCalls.empty()) in updateImpl()
6905 if (DI->PotentialAllocationCalls.size() > 1) { in updateImpl()
6907 << DI->PotentialAllocationCalls.size() in updateImpl()
6911 if (*DI->PotentialAllocationCalls.begin() != AI.CB) { in updateImpl()
6915 << **DI->PotentialAllocationCalls.begin() << "\n"); in updateImpl()