Lines Matching refs:AllocaMap
1861 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1869 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1870 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1896 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
1902 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1904 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1929 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
1942 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1954 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
1977 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
1982 insertRelocationStores(Info.UnwindToken->users(), AllocaMap, in relocationViaAlloca()
1987 insertRematerializationStores(Info.RematerializedValues, AllocaMap, in relocationViaAlloca()
1997 for (auto Pair : AllocaMap) { in relocationViaAlloca()
2028 for (auto Pair : AllocaMap) { in relocationViaAlloca()