Home
last modified time | relevance | path

Searched refs:AllocaMap (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1965 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1973 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1974 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1991 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
1997 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
2024 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
2037 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2049 if (AllocaMap.contains(OriginalValue)) in relocationViaAlloca()
2092 for (auto Pair : AllocaMap) { in relocationViaAlloca()
[all …]