Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1861 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1869 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1870 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1896 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
1902 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1904 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1929 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
1942 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1954 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
1997 for (auto Pair : AllocaMap) { in relocationViaAlloca()
[all …]