Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5041 for (Instruction *FreeCall : FreesForMalloc[MallocCall]) { in manifest()
5112 DenseMap<Instruction *, SmallPtrSet<Instruction *, 4>> FreesForMalloc; member
5125 const auto &Frees = FreesForMalloc.lookup(&I); in updateImpl()
5155 FreesForMalloc[&I].insert(UserI); in updateImpl()