Searched refs:computeLiveInValues (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 246 static void computeLiveInValues(DominatorTree &DT, Function &F, 1356 computeLiveInValues(DT, F, RevisedLivenessData, GC); in recomputeLiveInValues() 2251 computeLiveInValues(DT, F, OriginalLivenessData, GC); in findLiveReferences() 3189 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function 3276 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function 3284 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB], GC); in computeLiveInValues() 3355 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), LiveOut, in findLiveSetAtInst()
|