Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp311 static void computeLiveInValues(DominatorTree &DT, Function &F,
1395 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues()
2224 computeLiveInValues(DT, F, OriginalLivenessData); in findLiveReferences()
3089 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function
3175 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function
3183 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues()
3254 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), in findLiveSetAtInst()