Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3181 struct AAHeapToSharedFunction : public AAHeapToShared { struct
3182 AAHeapToSharedFunction(const IRPosition &IRP, Attributor &A) in AAHeapToSharedFunction() function
3185 const std::string getAsStr() const override { in getAsStr()
3191 void trackStatistics() const override {} in trackStatistics()
3195 void findPotentialRemovedFreeCalls(Attributor &A) { in findPotentialRemovedFreeCalls()
3216 void initialize(Attributor &A) override { in initialize()
3252 ChangeStatus manifest(Attributor &A) override { in manifest()
3331 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3370 SmallSetVector<CallBase *, 4> MallocCalls;
3372 SmallPtrSet<CallBase *, 4> PotentialRemovedFreeCalls;
[all …]