Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1846 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRelocationStores() argument
1854 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1855 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1881 DenseMap<Value *, AllocaInst *> &AllocaMap, in insertRematerializationStores() argument
1887 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1889 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1914 DenseMap<Value *, AllocaInst *> AllocaMap; in relocationViaAlloca() local
1927 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca()
1939 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
1962 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()
[all …]