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.cpp197 using StatepointLiveSetTy = SetVector<Value *>; typedef
203 StatepointLiveSetTy LiveSet;
251 StatepointLiveSetTy &out, GCStrategy *GC);
317 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness()
1308 static void findBasePointers(const StatepointLiveSetTy &live, in findBasePointers()
1330 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
3352 StatepointLiveSetTy &Out, GCStrategy *GC) { in findLiveSetAtInst()
3374 StatepointLiveSetTy Updated; in recomputeLiveInValues()