Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1846 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1854 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1855 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1881 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument1887 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()1889 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()1914 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local1927 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()1939 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()1962 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()[all …]