Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp4406 struct AAHeapToStackImpl : public AAHeapToStack { struct
4407 AAHeapToStackImpl(const IRPosition &IRP) : AAHeapToStack(IRP) {} in AAHeapToStackImpl() argument
4409 const std::string getAsStr() const override { in getAsStr()
4413 ChangeStatus manifest(Attributor &A) override { in manifest()
4483 SmallSetVector<Instruction *, 4> MallocCalls;
4486 DenseSet<const Instruction *> BadMallocCalls;
4489 DenseMap<Instruction *, SmallPtrSet<Instruction *, 4>> FreesForMalloc;
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4966 struct AAHeapToStackImpl : public AAHeapToStack { struct
4967 AAHeapToStackImpl(const IRPosition &IRP, Attributor &A) in AAHeapToStackImpl() function
4970 const std::string getAsStr() const override { in getAsStr()
4974 ChangeStatus manifest(Attributor &A) override { in manifest()
5053 SmallSetVector<Instruction *, 4> MallocCalls;
5056 DenseSet<const Instruction *> BadMallocCalls;
5059 DenseMap<Instruction *, SmallPtrSet<Instruction *, 4>> FreesForMalloc;