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