Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1936 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1944 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1945 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1971 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument1977 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()1979 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()2004 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local2017 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()2029 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()2072 for (auto Pair : AllocaMap) { in relocationViaAlloca()[all …]