Home
last modified time | relevance | path

Searched defs:AAHeapToSharedFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3406 struct AAHeapToSharedFunction : public AAHeapToShared { struct
3407 AAHeapToSharedFunction(const IRPosition &IRP, Attributor &A) in AAHeapToSharedFunction() function
3410 const std::string getAsStr(Attributor *) const override { in getAsStr()
3416 void trackStatistics() const override {} in trackStatistics()
3420 void findPotentialRemovedFreeCalls(Attributor &A) { in findPotentialRemovedFreeCalls()
3441 void initialize(Attributor &A) override { in initialize()
3477 ChangeStatus manifest(Attributor &A) override { in manifest()
3556 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3595 SmallSetVector<CallBase *, 4> MallocCalls;
3597 SmallPtrSet<CallBase *, 4> PotentialRemovedFreeCalls;
[all …]