Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1990 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1998 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
2025 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
2031 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
2033 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
2058 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
2071 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
2083 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
2106 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
[all …]