Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1308 PointerToBase[ptr] = base; in findBasePointers()
1334 PointerToBase[V] = V; in findBasePointers()
1946 assert(PointerToBase.count(L)); in makeStatepointExplicit()
2355 for (auto P2B : PointerToBase) { in findRematerializationCandidates()
2414 PointerToBaseTy &PointerToBase) { in rematerializeLiveValuesAtUses() argument
2497 PointerToBase[RematChain] = PointerToBase[Cand]; in rematerializeLiveValuesAtUses()
2702 PointerToBaseTy PointerToBase; in insertParsePoints() local
2711 for (auto &Pair : PointerToBase) { in insertParsePoints()
2754 for (auto Pair : PointerToBase) { in insertParsePoints()
2830 PointerToBase.clear(); in insertParsePoints()
[all …]