Searched refs:UsedAllocas (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp154 SmallPtrSet<AllocaInst *, 16> UsedAllocas; local
189 // multiple different allocas that we just inlined, we use the 'UsedAllocas'
204 if (!UsedAllocas.insert(AvailableAlloca).second)
242 UsedAllocas.insert(AI);

Completed in 59 milliseconds