Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5020 struct AAHeapToStackImpl : public AAHeapToStack { struct
5021 AAHeapToStackImpl(const IRPosition &IRP, Attributor &A) in AAHeapToStackImpl() function
5024 const std::string getAsStr() const override { in getAsStr()
5028 ChangeStatus manifest(Attributor &A) override { in manifest()
5106 SmallSetVector<Instruction *, 4> MallocCalls;
5109 DenseSet<const Instruction *> BadMallocCalls;
5112 DenseMap<Instruction *, SmallPtrSet<Instruction *, 4>> FreesForMalloc;