Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp198 using StatepointLiveSetTy = SetVector<Value *>; typedef
204 StatepointLiveSetTy LiveSet;
252 StatepointLiveSetTy &out, GCStrategy *GC);
318 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness()
1301 static void findBasePointers(const StatepointLiveSetTy &live, in findBasePointers()
1323 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
3343 StatepointLiveSetTy &Out, GCStrategy *GC) { in findLiveSetAtInst()
3365 StatepointLiveSetTy Updated; in recomputeLiveInValues()