Searched refs:PointerToBase (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1303 PointerToBaseTy &PointerToBase, DominatorTree *DT, in findBasePointers() argument 1309 PointerToBase[ptr] = base; in findBasePointers() 1322 PointerToBaseTy &PointerToBase, in findBasePointers() argument 1335 PointerToBase[V] = V; in findBasePointers() 1337 findBasePointers(PotentiallyDerivedPointers, PointerToBase, &DT, DVCache, in findBasePointers() 1346 PointerToBaseTy &PointerToBase, 1352 PointerToBaseTy &PointerToBase, GCStrategy *GC) { in recomputeLiveInValues() argument 1359 recomputeLiveInValues(RevisedLivenessData, toUpdate[i], info, PointerToBase, in recomputeLiveInValues() 1647 const PointerToBaseTy &PointerToBase, in makeStatepointExplicitImpl() argument 1748 assert(PointerToBase.count(Derived)); in makeStatepointExplicitImpl() [all …]
|