Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1632 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1640 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1641 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1667 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument1673 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()1675 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()1700 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local1713 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()1725 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()1748 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()[all …]