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

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp191 AllocaInst *AvailableAlloca = AllocasForType[i]; local
195 if (AvailableAlloca->getParent() != AI->getParent())
200 if (!UsedAllocas.insert(AvailableAlloca))
203 // Otherwise, we *can* reuse it, RAUW AI into AvailableAlloca and declare
206 << *AvailableAlloca << '\n'); local
208 AI->replaceAllUsesWith(AvailableAlloca);

Completed in 127 milliseconds