Searched refs:RevisedLivenessData (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1343 static void recomputeLiveInValues(GCPtrLivenessData &RevisedLivenessData, 1355 GCPtrLivenessData RevisedLivenessData; in recomputeLiveInValues() local 1356 computeLiveInValues(DT, F, RevisedLivenessData, GC); in recomputeLiveInValues() 1359 recomputeLiveInValues(RevisedLivenessData, toUpdate[i], info, PointerToBase, in recomputeLiveInValues() 3361 static void recomputeLiveInValues(GCPtrLivenessData &RevisedLivenessData, in recomputeLiveInValues() argument 3367 findLiveSetAtInst(Call, RevisedLivenessData, Updated, GC); in recomputeLiveInValues()
|