Searched refs:AllocaMap (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1492 DenseMap<Value *, Value *> &AllocaMap, in insertRelocationStores() argument 1501 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores() 1502 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() 1528 DenseMap<Value *, Value *> &AllocaMap, in insertRematerializationStores() argument 1535 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores() 1537 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() 1562 DenseMap<Value *, Value *> AllocaMap; in relocationViaAlloca() local 1573 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca() 1585 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca() 1608 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1638 DenseMap<Value *, Value *> &AllocaMap, in insertRelocationStores() argument 1646 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores() 1647 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() 1673 DenseMap<Value *, Value *> &AllocaMap, in insertRematerializationStores() argument 1679 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores() 1681 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() 1706 DenseMap<Value *, Value *> AllocaMap; in relocationViaAlloca() local 1719 AllocaMap[LiveValue] = Alloca; in relocationViaAlloca() 1731 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca() 1754 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca() [all …]
|