Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp4410 return "[H2S] Mallocs: " + std::to_string(MallocCalls.size()); in getAsStr()
4421 for (Instruction *MallocCall : MallocCalls) { in manifest()
4483 SmallSetVector<Instruction *, 4> MallocCalls; member
4589 MallocCalls.insert(&I); in updateImpl()
4599 MallocCalls.insert(&I); in updateImpl()
4623 STATS_DECL(MallocCalls, Function, in trackStatistics()
4625 for (auto *C : MallocCalls) in trackStatistics()
4627 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4971 return "[H2S] Mallocs: " + std::to_string(MallocCalls.size()); in getAsStr()
4982 for (Instruction *MallocCall : MallocCalls) { in manifest()
5053 SmallSetVector<Instruction *, 4> MallocCalls; member
5160 MallocCalls.insert(&I); in updateImpl()
5168 MallocCalls.insert(&I); in updateImpl()
5178 MallocCalls.insert(&I); in updateImpl()
5204 MallocCalls, Function, in trackStatistics()
5206 for (auto *C : MallocCalls) in trackStatistics()
5208 ++BUILD_STAT_NAME(MallocCalls, Function); in trackStatistics()