Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp246 static void computeLiveInValues(DominatorTree &DT, Function &F,
1355 computeLiveInValues(DT, F, RevisedLivenessData, GC); in recomputeLiveInValues()
2249 computeLiveInValues(DT, F, OriginalLivenessData, GC); in findLiveReferences()
3188 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function
3275 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function
3283 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB], GC); in computeLiveInValues()
3354 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), LiveOut, in findLiveSetAtInst()