Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance
1861 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument1869 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()1870 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()1896 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument1902 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()1904 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()1929 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local1942 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()1954 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()1997 for (auto Pair : AllocaMap) { in relocationViaAlloca()[all …]