Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1639 DenseMap<Value *, Value *> &AllocaMap, in insertRelocationStores() argument1647 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1648 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1674 DenseMap<Value *, Value *> &AllocaMap, in insertRematerializationStores() argument1680 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()1682 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()1707 DenseMap<Value *, Value *> AllocaMap; in relocationViaAlloca() local1720 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()1732 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()1775 for (auto Pair : AllocaMap) { in relocationViaAlloca()[all …]