Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp156 SmallPtrSet<AllocaInst*, 16> UsedAllocas; in InlineCallIfPossible() local
208 if (!UsedAllocas.insert(AvailableAlloca).second) in InlineCallIfPossible()
248 UsedAllocas.insert(AI); in InlineCallIfPossible()