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

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp163 AllocaInst *AvailableAlloca = AllocasForType[i]; local
167 if (AvailableAlloca->getParent() != AI->getParent())
172 if (!UsedAllocas.insert(AvailableAlloca))
175 // Otherwise, we *can* reuse it, RAUW AI into AvailableAlloca and declare
178 << *AvailableAlloca << '\n'); local
180 AI->replaceAllUsesWith(AvailableAlloca);

Completed in 53 milliseconds