Lines Matching refs:AllocaMap
1965 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1973 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1974 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1991 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
1997 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
2024 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
2037 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2049 if (AllocaMap.contains(OriginalValue)) in relocationViaAlloca()
2072 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
2077 insertRelocationStores(Info.UnwindToken->users(), AllocaMap, in relocationViaAlloca()
2082 insertRematerializationStores(Info.RematerializedValues, AllocaMap, in relocationViaAlloca()
2092 for (auto Pair : AllocaMap) { in relocationViaAlloca()
2127 for (auto Pair : AllocaMap) { in relocationViaAlloca()