Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1972 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1980 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1981 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1998 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument2004 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()2006 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()2031 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local2044 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2056 if (AllocaMap.contains(OriginalValue)) in relocationViaAlloca()2079 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()[all …]