Home
last modified time | relevance | path

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

/freebsd/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()
1302 static void findBasePointers(const StatepointLiveSetTy &live, in findBasePointers()
1324 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
3344 StatepointLiveSetTy &Out, GCStrategy *GC) { in findLiveSetAtInst()
3366 StatepointLiveSetTy Updated; in recomputeLiveInValues()