Home
last modified time | relevance | path

Searched refs:FreesForMalloc (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp4426 for (Instruction *FreeCall : FreesForMalloc[MallocCall]) { in manifest()
4489 DenseMap<Instruction *, SmallPtrSet<Instruction *, 4>> FreesForMalloc; member
4502 const auto &Frees = FreesForMalloc.lookup(&I); in updateImpl()
4532 FreesForMalloc[&I].insert(UserI); in updateImpl()