Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1854 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated() local
1855 if (!AllocaReplacement) { in RemovePreallocated()
1868 AllocaReplacement = BitCast; in RemovePreallocated()
1871 UseCall->replaceAllUsesWith(AllocaReplacement); in RemovePreallocated()