Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1310 static void recomputeLiveInValues(GCPtrLivenessData &RevisedLivenessData,
1319 GCPtrLivenessData RevisedLivenessData; in recomputeLiveInValues() local
1320 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues()
1323 recomputeLiveInValues(RevisedLivenessData, toUpdate[i], info); in recomputeLiveInValues()
3131 static void recomputeLiveInValues(GCPtrLivenessData &RevisedLivenessData, in recomputeLiveInValues() argument
3135 findLiveSetAtInst(Call, RevisedLivenessData, Updated); in recomputeLiveInValues()