Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp302 static void computeLiveInValues(DominatorTree &DT, Function &F,
1320 computeLiveInValues(DT, F, RevisedLivenessData); in recomputeLiveInValues()
2148 computeLiveInValues(DT, F, OriginalLivenessData); in findLiveReferences()
2960 static void computeLiveInValues(BasicBlock::reverse_iterator Begin, in computeLiveInValues() function
3046 static void computeLiveInValues(DominatorTree &DT, Function &F, in computeLiveInValues() function
3054 computeLiveInValues(BB.rbegin(), BB.rend(), Data.LiveSet[&BB]); in computeLiveInValues()
3125 computeLiveInValues(BB->rbegin(), ++Inst->getIterator().getReverse(), in findLiveSetAtInst()