Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1965 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1973 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1974 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1991 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument1997 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()2024 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local2037 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2049 if (AllocaMap.contains(OriginalValue)) in relocationViaAlloca()2092 for (auto Pair : AllocaMap) { in relocationViaAlloca()[all …]