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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp152 SmallPtrSet<AllocaInst*, 16> UsedAllocas; local
187 // multiple different allocas that we just inlined, we use the 'UsedAllocas'
209 if (!UsedAllocas.insert(AvailableAlloca))
249 UsedAllocas.insert(AI);

Completed in 92 milliseconds