Searched defs:AAHeapToSharedFunction (Results 1 – 1 of 1) sorted by relevance
2927 struct AAHeapToSharedFunction : public AAHeapToShared { struct2928 AAHeapToSharedFunction(const IRPosition &IRP, Attributor &A) in AAHeapToSharedFunction() argument2931 const std::string getAsStr() const override { in getAsStr()2937 void trackStatistics() const override {} in trackStatistics()2941 void findPotentialRemovedFreeCalls(Attributor &A) { in findPotentialRemovedFreeCalls()2962 void initialize(Attributor &A) override { in initialize()2992 ChangeStatus manifest(Attributor &A) override { in manifest()3071 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()3097 SmallSetVector<CallBase *, 4> MallocCalls;3099 SmallPtrSet<CallBase *, 4> PotentialRemovedFreeCalls;[all …]