Lines Matching refs:AllocaMap
1639 DenseMap<Value *, Value *> &AllocaMap, in insertRelocationStores() argument
1647 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1648 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1674 DenseMap<Value *, Value *> &AllocaMap, in insertRematerializationStores() argument
1680 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1682 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1707 DenseMap<Value *, Value *> AllocaMap; in relocationViaAlloca() local
1720 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1732 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
1755 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
1760 insertRelocationStores(Info.UnwindToken->users(), AllocaMap, in relocationViaAlloca()
1765 insertRematerializationStores(Info.RematerializedValues, AllocaMap, in relocationViaAlloca()
1775 for (auto Pair : AllocaMap) { in relocationViaAlloca()
1807 for (auto Pair : AllocaMap) { in relocationViaAlloca()