Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1990 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1998 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()2025 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument2031 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()2033 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()2058 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local2071 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2083 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()2106 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()[all …]