Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp245 static void computeLiveInValues(DominatorTree &DT, Function &F,
1362 computeLiveInValues(DT, F, RevisedLivenessData, GC); in recomputeLiveInValues()
2257 computeLiveInValues(DT, F, OriginalLivenessData, GC); in findLiveReferences()
3197 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function
3284 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function
3293 computeLiveInValues(BB.rbegin(), BB.rend(), LiveSet, GC); in computeLiveInValues()
3363 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), LiveOut, in findLiveSetAtInst()