Lines Matching refs:AllocaMap
1936 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1944 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1945 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1971 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
1977 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1979 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
2004 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
2017 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2029 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
2052 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
2057 insertRelocationStores(Info.UnwindToken->users(), AllocaMap, in relocationViaAlloca()
2062 insertRematerializationStores(Info.RematerializedValues, AllocaMap, in relocationViaAlloca()
2072 for (auto Pair : AllocaMap) { in relocationViaAlloca()
2103 for (auto Pair : AllocaMap) { in relocationViaAlloca()