Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp1632 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1640 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1641 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1667 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
1673 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1675 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1700 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
1713 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1725 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
1748 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
[all …]