Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1324 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers() local
1332 if (!PotentiallyDerivedPointers.count(V)) in findBasePointers()
1334 PotentiallyDerivedPointers.remove(V); in findBasePointers()
1337 findBasePointers(PotentiallyDerivedPointers, PointerToBase, &DT, DVCache, in findBasePointers()