Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp261 using StatepointLiveSetTy = SetVector<Value *>; typedef
267 StatepointLiveSetTy LiveSet;
308 StatepointLiveSetTy &out);
375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness()
1244 findBasePointers(const StatepointLiveSetTy &live, in findBasePointers()
1264 StatepointLiveSetTy PotentiallyDerivedPointers = result.LiveSet; in findBasePointers()
3037 StatepointLiveSetTy &Out) { in findLiveSetAtInst()
3057 StatepointLiveSetTy Updated; in recomputeLiveInValues()