Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1966 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1974 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1975 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1992 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument1998 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()2000 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()2025 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local2038 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2050 if (AllocaMap.contains(OriginalValue)) in relocationViaAlloca()2073 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()[all …]