Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1889 SmallVector<Value *, 2> ArgAllocas(ArgCount); in RemovePreallocated() local
1898 Value *AllocaReplacement = ArgAllocas[AllocArgIndex]; in RemovePreallocated()
1907 ArgAllocas[AllocArgIndex] = Alloca; in RemovePreallocated()