Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1639 DenseMap<Value *, Value *> &AllocaMap, in insertRelocationStores() argument
1647 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1648 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1674 DenseMap<Value *, Value *> &AllocaMap, in insertRematerializationStores() argument
1680 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1682 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1707 DenseMap<Value *, Value *> AllocaMap; in relocationViaAlloca() local
1720 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1732 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
1775 for (auto Pair : AllocaMap) { in relocationViaAlloca()
[all …]